Skip to content

Commit 4654a46

Browse files
committed
Need to cross build against newer sbt that comes with Scala 2.12.18
1 parent 87c878b commit 4654a46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ lazy val plugin = project
2222
licenses += ("Apache-2.0", url("https://www.apache.org/licenses/LICENSE-2.0.html")),
2323
(pluginCrossBuild / sbtVersion) := {
2424
scalaBinaryVersion.value match {
25-
case "2.12" => "1.5.8"
25+
case "2.12" => "1.9.0"
2626
case _ => "2.0.0-M4"
2727
}
2828
},

0 commit comments

Comments
 (0)