Skip to content

Commit 3bf42dd

Browse files
authored
Update scala3-library to 3.7.1
1 parent 16259af commit 3bf42dd

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
@@ -8,7 +8,7 @@ addCommandAlias("ci-publish", "github; ci-release")
88

99
lazy val scala212 = "2.12.20"
1010
lazy val scala213 = "2.13.16"
11-
lazy val scala3Version = "3.7.0"
11+
lazy val scala3Version = "3.7.1"
1212
lazy val scala2Versions = Seq(scala212, scala213)
1313
lazy val allScalaVersions = scala2Versions :+ scala3Version
1414

0 commit comments

Comments
 (0)