Skip to content

Commit 50d31e7

Browse files
build(deps): update sbt 2.x to 2.0.0 (#2036)
1 parent 69038b7 commit 50d31e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

project/Settings.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ object Settings {
6868
(pluginCrossBuild / sbtVersion) := {
6969
scalaBinaryVersion.value match {
7070
case "2.12" => "1.11.2"
71-
case _ => "2.0.0-RC16"
71+
case _ => "2.0.0"
7272
}
7373
},
7474
scalaVersion ~= {

0 commit comments

Comments
 (0)