Skip to content

Commit 5c7b1e9

Browse files
committed
sbt 1.11.1
1 parent 3f97508 commit 5c7b1e9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.10.11
1+
sbt.version=1.11.1

project/plugins.sbt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")
1010

1111
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.25.0")
1212

13-
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.2")
13+
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.2")
14+
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.1")
1415

1516
addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.32")
1617

0 commit comments

Comments
 (0)