Skip to content

Commit 1ab7f9e

Browse files
committed
Update scala version for sbt 2
1 parent fdfbde7 commit 1ab7f9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ lazy val `sbt-release` = project in file(".")
33
organization := "com.github.sbt"
44
name := "sbt-release"
55

6-
crossScalaVersions += "3.8.2-RC3"
6+
crossScalaVersions += "3.8.1"
77

88
pluginCrossBuild / sbtVersion := {
99
scalaBinaryVersion.value match {

0 commit comments

Comments
 (0)