Skip to content

Commit 7eedebe

Browse files
authored
Update scala3-library to 3.7.3 (#90)
1 parent 2f338dc commit 7eedebe

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
@@ -10,7 +10,7 @@ ThisBuild / developers := List(
1010

1111
val LTSJava = JavaSpec.temurin("17")
1212
val Scala213 = "2.13.16"
13-
ThisBuild / crossScalaVersions := Seq(Scala213, "3.7.2")
13+
ThisBuild / crossScalaVersions := Seq(Scala213, "3.7.3")
1414
ThisBuild / scalaVersion := Scala213
1515

1616
ThisBuild / tlJdkRelease := Some(17)

0 commit comments

Comments
 (0)