Skip to content

Commit 32e883b

Browse files
Update scala3-library to 3.7.4 (#492)
1 parent a9d49b5 commit 32e883b

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
@@ -5,7 +5,7 @@ import sbt.url
55
// basics
66

77
val scala213 = "2.13.16"
8-
val scala3 = "3.7.3"
8+
val scala3 = "3.7.4"
99
val scala2 = Seq("2.11.12", "2.12.20", scala213)
1010
val isScala3 = Def.setting {
1111
CrossVersion.partialVersion(scalaVersion.value).exists(_._1 != 2)

0 commit comments

Comments
 (0)