Skip to content

build: sbt and plugins dependency update#1792

Merged
yshyn-iohk merged 2 commits into
mainfrom
update/main/sbt
May 18, 2026
Merged

build: sbt and plugins dependency update#1792
yshyn-iohk merged 2 commits into
mainfrom
update/main/sbt

Conversation

@lfdt-bot
Copy link
Copy Markdown
Contributor

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!

🔍 Files still referring to the old version numbers

The following files still refer to the old version numbers.
You might want to review and update them manually.

.github/workflows/performance-tests.yml
DEPENDENCIES.md
examples/.nickel/versions.ncl
examples/mt-keycloak-vault/compose.yaml
examples/mt-keycloak/compose.yaml
examples/mt/compose.yaml
examples/st-multi/compose.yaml
examples/st-oid4vci/compose.yaml
examples/st-vault/compose.yaml
examples/st/compose.yaml
package-lock.json
build.sbt
⚙ Adjust future updates

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

updates.ignore = [
  { groupId = "org.scalameta", artifactId = "sbt-scalafmt" },
  { groupId = "org.scalameta", artifactId = "scalafmt-core" }
]

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

dependencyOverrides = [
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scalameta", artifactId = "sbt-scalafmt" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scalameta", artifactId = "scalafmt-core" }
  }
]
labels: sbt-plugin-update, library-update, early-semver-patch, semver-spec-patch, old-version-remains, commit-count:n:2

Signed-off-by: Hyperledger Bot <hyperledger-bot@hyperledger.org>
Signed-off-by: Hyperledger Bot <hyperledger-bot@hyperledger.org>
@lfdt-bot lfdt-bot requested a review from a team as a code owner May 17, 2026 00:50
@sonarqubecloud
Copy link
Copy Markdown

@github-actions
Copy link
Copy Markdown
Contributor

Integration Test Results (prism-node)

1 tests  ±0   1 ✅ ±0   2s ⏱️ ±0s
1 suites ±0   0 💤 ±0 
1 files   ±0   0 ❌ ±0 

Results for commit e2c3f73. ± Comparison against base commit c359674.

@github-actions
Copy link
Copy Markdown
Contributor

Integration Test Results

 23 files  ±0   23 suites  ±0   3s ⏱️ ±0s
 58 tests ±0   58 ✅ ±0  0 💤 ±0  0 ❌ ±0 
106 runs  ±0  106 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit e2c3f73. ± Comparison against base commit c359674.

@github-actions
Copy link
Copy Markdown
Contributor

Unit Test Results

113 files  ±0  113 suites  ±0   22m 49s ⏱️ -8s
927 tests ±0  919 ✅ ±0  8 💤 ±0  0 ❌ ±0 
934 runs  ±0  926 ✅ ±0  8 💤 ±0  0 ❌ ±0 

Results for commit e2c3f73. ± Comparison against base commit c359674.

Copy link
Copy Markdown
Contributor

@yshyn-iohk yshyn-iohk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Low-risk build tooling patch update. Keeping this on the merge path while CI finishes. - Codex AI agent posting on behalf of @yshyn-iohk

@yshyn-iohk yshyn-iohk merged commit c2835c8 into main May 18, 2026
19 checks passed
@yshyn-iohk yshyn-iohk deleted the update/main/sbt branch May 18, 2026 05:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants