Skip to content

Update sbt, scripted-plugin to 1.12.9#2

Merged
guizmaii merged 1 commit intomasterfrom
update/sbt-1.12.9
Apr 13, 2026
Merged

Update sbt, scripted-plugin to 1.12.9#2
guizmaii merged 1 commit intomasterfrom
update/sbt-1.12.9

Conversation

@guizmaii
Copy link
Copy Markdown
Collaborator

About this PR

📦 Updates

from 1.12.7 to 1.12.9

📜 GitHub Release Notes - Version Diff

Usage

Please merge!

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

If you'd like to skip this version, you can just close this PR. 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 this to your .scala-steward.conf file to ignore future updates of this dependency:

updates.ignore = [ { groupId = "org.scala-sbt" } ]

Or, add this to slow down future updates of this dependency:

dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "org.scala-sbt" }
}]
labels: library-update, early-semver-patch, semver-spec-patch, version-scheme:early-semver, commit-count:1

Copilot AI review requested due to automatic review settings April 13, 2026 09:48
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates the build toolchain to the latest sbt patch release, aligning the project’s build environment with sbt 1.12.9.

Changes:

  • Bump sbt.version from 1.12.7 to 1.12.9.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread project/build.properties
@@ -1 +1 @@
sbt.version = 1.12.7
sbt.version = 1.12.9
Copy link

Copilot AI Apr 13, 2026

Choose a reason for hiding this comment

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

PR description mentions updating org.scala-sbt:scripted-plugin to 1.12.9, but this repo doesn’t appear to reference scripted-plugin anywhere (only sbt.version was changed). If scripted-plugin is not actually used/pinned here, consider adjusting the PR description to avoid confusion; if it is used indirectly, consider adding/pointing to the place where it’s declared.

Copilot uses AI. Check for mistakes.
@guizmaii guizmaii merged commit 40a3e0a into master Apr 13, 2026
8 of 9 checks passed
@guizmaii guizmaii deleted the update/sbt-1.12.9 branch April 13, 2026 09:50
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