Skip to content

Conversation

@flow-tech
Copy link
Contributor

@flow-tech flow-tech commented Jan 5, 2026

About this PR

📦 Updates

from 1.11.7 to 1.12.0

📜 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: scala-steward

Summary by CodeRabbit

  • Chores
    • Updated build tool version to the latest stable release.

✏️ Tip: You can customize this high-level summary in your review settings.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jan 5, 2026

📝 Walkthrough

Walkthrough

Updated sbt build tool version from 1.11.7 to 1.12.0 in the project build configuration file.

Changes

Cohort / File(s) Summary
Build Configuration
project/build.properties
Upgraded sbt version from 1.11.7 to 1.12.0

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~1 minute

Pre-merge checks

✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately reflects the main change: updating sbt and scripted-plugin to version 1.12.0, which matches the raw summary showing sbt version update from 1.11.7 to 1.12.0.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

📜 Recent review details

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 7f71772 and 45614e6.

📒 Files selected for processing (1)
  • project/build.properties
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
  • GitHub Check: Jenkins
🔇 Additional comments (1)
project/build.properties (1)

1-1: Version bump looks straightforward—verify CI passes with the new sbt version.

sbt 1.12.0 includes updates to Scala 2.12.21, BSP improvements, JDK_JAVA_OPTIONS support, and fixes for *.sbt parsing and JDK 21 Javadoc support, with no documented breaking changes between 1.11.7 and 1.12.0.

A few verification items:

  • Confirm that CI/CD pipeline passes with sbt 1.12.0 before merging.
  • The PR mentions updating both sbt and scripted-plugin_2.12 to 1.12.0—verify that both dependencies are pinned to compatible versions in your build config (likely in project/plugins.sbt or similar) to avoid version mismatches.

Comment @coderabbitai help to get the list of available commands and usage tips.

@flow-tech flow-tech closed this Jan 5, 2026
@flow-tech flow-tech deleted the update/sbt-1.12.0 branch January 5, 2026 16:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants