Skip to content

Commit 655aba6

Browse files
authored
Update sbt 2.0.0-RC16 to 2.0.0 (#325)
1 parent c9a248b commit 655aba6

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

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

0 commit comments

Comments
 (0)