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.
2 parents 2df952a + cb83d7f commit 43e49d5Copy full SHA for 43e49d5
build.sbt
@@ -25,7 +25,7 @@ libraryDependencies ++= Seq(
25
(pluginCrossBuild / sbtVersion) := {
26
scalaBinaryVersion.value match {
27
case "2.12" => "1.5.8"
28
- case _ => "2.0.0-M3"
+ case _ => "2.0.0-M4"
29
}
30
31
project/plugins.sbt
@@ -1,5 +1,5 @@
1
libraryDependencies += "org.scala-sbt" %% "scripted-plugin" % sbtVersion.value
2
3
-addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.2")
+addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.3")
4
5
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4")
0 commit comments