chore: bump sbt to 1.13.0 / 2.0.7 and sbt-ci-release to 1.12.1 - #93
Open
reynaldjoabet wants to merge 1 commit into
Open
chore: bump sbt to 1.13.0 / 2.0.7 and sbt-ci-release to 1.12.1#93reynaldjoabet wants to merge 1 commit into
reynaldjoabet wants to merge 1 commit into
Conversation
- build sbt / sbt 1.x cross target: 1.12.14 -> 1.13.0 - sbt 2.x cross target: 2.0.3 -> 2.0.7 - sbt-ci-release: 1.11.2 -> 1.12.1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary by cubic
Updates the build to
sbt1.13.0 (1.x cross target) and 2.0.7 (2.x cross target), and bumpssbt-ci-releaseto 1.12.1. Previously usedsbt1.12.14 and 2.0.3; this aligns our build and publishing with the latest releases.pluginCrossBuild / sbtVersionto selectsbt1.13.0 for Scala 2.12 andsbt2.0.7 for other targets.build.sbt,project/build.properties, andproject/plugins.sbt.sbt2, and verifysbt-ci-releasestill has required publishing credentials.Written for commit e760ca6. Summary will update on new commits.