Upgrade dependencies: Scala 3.9.0, scalacheck 1.20.0, sbt 1.13.0, sbt-scalajs-crossproject 1.4.0, sbt-scalajs 1.22.0, sbt-pgp 2.3.2, sbt-ci-release 1.12.1 - #203
Open
github-actions[bot] wants to merge 1 commit into
Conversation
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.
Upgraded dependencies
3.8.3->3.9.0(crossScalaVersions)org.scalacheck:scalacheck1.19.0->1.20.01.12.11->1.13.0org.portable-scala:sbt-scalajs-crossproject1.3.2->1.4.0org.scala-js:sbt-scalajs1.21.0->1.22.0(also bumpsscalaJSVersion/scalajs-test-interface)com.github.sbt:sbt-pgp2.3.1->2.3.2com.github.sbt:sbt-ci-release1.11.2->1.12.1Dependencies that could not be upgraded
2.0.8(major) skipped for compatibility — the sbt plugin set (sbt-scalajs, sbt-scalajs-crossproject, sbt-pgp, sbt-sonatype, sbt-ci-release) is built against sbt 1.x, so a major sbt upgrade would require re-plumbing the whole build.2.12.xand2.13.xalready at latest (2.12.21,2.13.18); no minor updates available.Other details / code fixes
com.github.sbt:sbt-git2.1.0explicitly toproject/plugins.sbt.publish.sbtusesenablePlugins(GitVersioning), which was previously provided transitively bysbt-ci-release;sbt-ci-release1.12.xdropped itssbt-gitdependency, so the plugin is now declared directly to keep the build loading.sbt ci-allpasses (cross-compiled for Scala 2.12.21, 2.13.18 and 3.9.0).