Skip to content

Commit 43e49d5

Browse files
authored
Merge pull request #290 from sbt/wip/bump-sbt
sbt-ci-release 1.9.3 + sbt 2.0.0-M4
2 parents 2df952a + cb83d7f commit 43e49d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ libraryDependencies ++= Seq(
2525
(pluginCrossBuild / sbtVersion) := {
2626
scalaBinaryVersion.value match {
2727
case "2.12" => "1.5.8"
28-
case _ => "2.0.0-M3"
28+
case _ => "2.0.0-M4"
2929
}
3030
}
3131

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
libraryDependencies += "org.scala-sbt" %% "scripted-plugin" % sbtVersion.value
22

3-
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.2")
3+
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.3")
44

55
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4")

0 commit comments

Comments
 (0)