Skip to content

Commit 44c4c94

Browse files
committed
sbt 2.0.0-RC10
1 parent 49c443d commit 44c4c94

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
@@ -71,10 +71,10 @@ pluginCrossBuild / sbtVersion := {
7171
case "2.12" =>
7272
"1.5.5"
7373
case _ =>
74-
"2.0.0-RC9"
74+
"2.0.0-RC10"
7575
}
7676
}
77-
crossScalaVersions += "3.8.1"
77+
crossScalaVersions += "3.8.2"
7878

7979
publishMavenStyle := true
8080

0 commit comments

Comments
 (0)