Skip to content

Commit 10fa8d6

Browse files
authored
Update scala3-library to 3.7.4 (#606)
1 parent fcf4fc3 commit 10fa8d6

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 @@ Global / onChangedBuildSource := ReloadOnSourceChanges
33
enablePlugins(SbtTwirl)
44
enablePlugins(SbtPlugin)
55

6-
val SCALA_3 = "3.7.3"
6+
val SCALA_3 = "3.7.4"
77
val SCALA_2 = "2.12.20"
88
ThisBuild / crossScalaVersions := List(SCALA_3, SCALA_2)
99

0 commit comments

Comments
 (0)