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 7c678d6 commit 1cbc6c8Copy full SHA for 1cbc6c8
project/plugins.sbt
@@ -3,7 +3,7 @@ addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0")
3
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.2")
4
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
5
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.17.0")
6
-addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.8.0")
+addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.0")
7
8
// workaround for conflict between sbt-scoverage and scalastyle-sbt-plugin
9
// https://github.com/scala/bug/issues/12632
0 commit comments