Skip to content

Commit eb13223

Browse files
build: bump sbt 2.x to 2.0.0-RC10 (#1963)
1 parent 7366c72 commit eb13223

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
@@ -66,7 +66,7 @@ object Settings {
6666
(pluginCrossBuild / sbtVersion) := {
6767
scalaBinaryVersion.value match {
6868
case "2.12" => "1.11.2"
69-
case _ => "2.0.0-RC9"
69+
case _ => "2.0.0-RC10"
7070
}
7171
},
7272
scalaVersion ~= {

0 commit comments

Comments
 (0)