Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.11.7
sbt.version=1.12.1
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

medium

This sbt version update is correct. However, I noticed that another scripted test project is on a different, older sbt version. The file src/sbt-test/sbt-pack/jvm-version-opts/project/build.properties still uses sbt.version=1.10.11. For consistency and easier maintenance, consider updating all test projects to use the same sbt version (1.12.1). If this specific test needs to run on an older sbt version for compatibility reasons, it would be helpful to add a comment in that file explaining why.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.11.7
sbt.version=1.12.1
Loading