Skip to content

Commit c74119f

Browse files
authored
Update sbt 2.0.0-RC13 to 2.0.0-RC14 (#320)
1 parent 43c7b3c commit c74119f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@ scalacOptions ++= {
3838
pluginCrossBuild / sbtVersion := {
3939
scalaBinaryVersion.value match {
4040
case "2.12" => "1.5.8"
41-
case _ => "2.0.0-RC13"
41+
case _ => "2.0.0-RC14"
4242
}
4343
}
4444

4545
scriptedSbt := {
4646
scalaBinaryVersion.value match {
4747
case "2.12" => "1.9.0"
48-
case _ => "2.0.0-RC13"
48+
case _ => "2.0.0-RC14"
4949
}
5050
}
5151

0 commit comments

Comments
 (0)