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 cc96fae commit e24acf8Copy full SHA for e24acf8
project/project/BuildBuild.scala
@@ -16,7 +16,7 @@ object BuildBuild extends AutoPlugin {
16
addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJSVersion),
17
addSbtPlugin("org.jetbrains.scala" % "sbt-ide-settings" % "1.1.1"),
18
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.0"),
19
- addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.7"),
+ addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.11"),
20
addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.3"),
21
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.9.2"),
22
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.2"),
0 commit comments