Skip to content

Commit c09c74b

Browse files
authored
Update sbt 2.0.0-RC10 to 2.0.0-RC11 (#309)
1 parent 235f8c6 commit c09c74b

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-RC10"
41+
case _ => "2.0.0-RC11"
4242
}
4343
}
4444

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

0 commit comments

Comments
 (0)