Skip to content

Update sbt, scripted-plugin to 1.12.10#8

Open
guizmaii wants to merge 1 commit intomainfrom
update/sbt-1.12.10
Open

Update sbt, scripted-plugin to 1.12.10#8
guizmaii wants to merge 1 commit intomainfrom
update/sbt-1.12.10

Conversation

@guizmaii
Copy link
Copy Markdown
Collaborator

About this PR

📦 Updates

from 1.12.9 to 1.12.10

📜 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 28, 2026 02:04
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 repository’s sbt launcher version to align with the latest patch release in the 1.12.x line.

Changes:

  • Bump sbt.version from 1.12.9 to 1.12.10 in project/build.properties.

💡 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.9
sbt.version = 1.12.10
Copy link

Copilot AI Apr 28, 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.10, but there doesn't appear to be any direct scripted-plugin dependency in this repo (no matches in .sbt/.scala/.properties). If this repo does not use scripted-plugin, consider adjusting the PR description to avoid confusion; otherwise, add the missing version bump where the plugin is declared.

Copilot uses AI. Check for mistakes.
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