Skip to content

build: sbt and plugins dependency update#1697

Merged
yshyn-iohk merged 6 commits intomainfrom
update/main/sbt
Feb 28, 2026
Merged

build: sbt and plugins dependency update#1697
yshyn-iohk merged 6 commits intomainfrom
update/main/sbt

Conversation

@github-actions
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.

DEPENDENCIES.md
build.sbt
cloud-agent/client/generator/yarn.lock
package-lock.json
⚙ Adjust future updates

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

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

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

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

Signed-off-by: Hyperledger Bot <hyperledger-bot@hyperledger.org>
Signed-off-by: Hyperledger Bot <hyperledger-bot@hyperledger.org>
Signed-off-by: Hyperledger Bot <hyperledger-bot@hyperledger.org>
Signed-off-by: Hyperledger Bot <hyperledger-bot@hyperledger.org>
@github-actions github-actions Bot requested a review from a team as a code owner January 11, 2026 00:28
@sonarqubecloud
Copy link
Copy Markdown

@sonarqubecloud
Copy link
Copy Markdown

@yshyn-iohk yshyn-iohk enabled auto-merge (squash) February 27, 2026 12:55
@github-actions
Copy link
Copy Markdown
Contributor Author

github-actions Bot commented Feb 27, 2026

Unit Test Results

113 files  ±0  113 suites  ±0   24m 29s ⏱️ +41s
925 tests ±0  917 ✅ +1  8 💤 ±0  0 ❌  - 1 
932 runs  ±0  924 ✅ +1  8 💤 ±0  0 ❌  - 1 

Results for commit 7ba2b6a. ± Comparison against base commit 47f646e.

♻️ This comment has been updated with latest results.

@github-actions
Copy link
Copy Markdown
Contributor Author

github-actions Bot commented Feb 27, 2026

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 7ba2b6a. ± Comparison against base commit 47f646e.

♻️ This comment has been updated with latest results.

@github-actions
Copy link
Copy Markdown
Contributor Author

github-actions Bot commented Feb 27, 2026

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 7ba2b6a. ± Comparison against base commit 47f646e.

♻️ This comment has been updated with latest results.

Signed-off-by: Yurii Shynbuiev <yurii.shynbuiev@iohk.io>
@sonarqubecloud
Copy link
Copy Markdown

@yshyn-iohk yshyn-iohk merged commit 771a7f1 into main Feb 28, 2026
15 checks passed
@yshyn-iohk yshyn-iohk deleted the update/main/sbt branch February 28, 2026 06:59
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.

2 participants