identus-cloud-agent icon indicating copy to clipboard operation
identus-cloud-agent copied to clipboard

build: DAL dependency update

Open github-actions[bot] opened this issue 1 year ago β€’ 2 comments

About this PR

Updates:

Usage

βœ… Please merge!

I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.

If you have any feedback, just mention me in the comments below.

Configure Scala Steward for your repository with a .scala-steward.conf file.

Have a fantastic day writing Scala!

βš™ Adjust future updates

Add these to your .scala-steward.conf file to ignore future updates of these dependencies:

updates.ignore = [
  { groupId = "io.getquill", artifactId = "quill-doobie" },
  { groupId = "io.getquill", artifactId = "quill-jdbc-zio" }
]

Or, add these to slow down future updates of these dependencies:

dependencyOverrides = [
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "io.getquill", artifactId = "quill-doobie" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "io.getquill", artifactId = "quill-jdbc-zio" }
  }
]
labels: library-update, early-semver-patch, semver-spec-patch, version-scheme:always, commit-count:1

github-actions[bot] avatar May 26 '24 00:05 github-actions[bot]

Unit Test Results

 97 files  Β±0   97 suites  Β±0   24m 13s :stopwatch: + 3m 29s 829 tests Β±0  821 :white_check_mark: Β±0  8 :zzz: Β±0  0 :x: Β±0  836 runsβ€Š Β±0  828 :white_check_mark: Β±0  8 :zzz: Β±0  0 :x: Β±0 

Results for commit ca03be0d. ± Comparison against base commit 0fec91a5.

:recycle: This comment has been updated with latest results.

github-actions[bot] avatar May 28 '24 07:05 github-actions[bot]

depends on https://github.com/hyperledger/identus-cloud-agent/pull/1100

patlo-iog avatar May 28 '24 08:05 patlo-iog

Integration Test Results

20 files  Β±0  20 suites  Β±0   2s :stopwatch: Β±0s 45 tests Β±0  45 :white_check_mark: Β±0  0 :zzz: Β±0  0 :x: Β±0  71 runsβ€Š Β±0  71 :white_check_mark: Β±0  0 :zzz: Β±0  0 :x: Β±0 

Results for commit ca03be0d. ± Comparison against base commit 0fec91a5.

github-actions[bot] avatar Aug 29 '24 15:08 github-actions[bot]