Skip to content

Commit

Permalink
bump patch for sbt releases to be able to compile 2.13 in scripted
Browse files Browse the repository at this point in the history
  • Loading branch information
github-brice-jaglin committed Jun 14, 2020
1 parent d6124f0 commit 6e70250
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ scalaVersion := scala212
crossScalaVersions := Seq(scala212, scala210)
sbtVersion in pluginCrossBuild := {
scalaBinaryVersion.value match {
case "2.10" => "0.13.17"
case "2.12" => "1.2.1"
case "2.10" => "0.13.18"
case "2.12" => "1.2.8"
}
}
libraryDependencies ++= {
Expand Down

0 comments on commit 6e70250

Please sign in to comment.