We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f97508 commit 5c7b1e9Copy full SHA for 5c7b1e9
project/build.properties
@@ -1 +1 @@
1
-sbt.version=1.10.11
+sbt.version=1.11.1
project/plugins.sbt
@@ -10,7 +10,8 @@ addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")
10
11
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.25.0")
12
13
-addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.2")
+addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.2")
14
+addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.1")
15
16
addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.32")
17
0 commit comments