Skip to content

Commit 0948d7e

Browse files
authored
Merge pull request #234 from typelevel/update/scala3-library-3.3.7
2 parents bee64e9 + f6c0465 commit 0948d7e

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
@@ -14,7 +14,7 @@ ThisBuild / developers := List(
1414
ThisBuild / tlSitePublishBranch := Some("main")
1515

1616
val Scala213 = "2.13.16"
17-
ThisBuild / crossScalaVersions := Seq("2.12.20", Scala213, "3.3.6")
17+
ThisBuild / crossScalaVersions := Seq("2.12.20", Scala213, "3.3.7")
1818
ThisBuild / scalaVersion := Scala213 // the default Scala
1919

2020
lazy val root = tlCrossRootProject.aggregate(core)

0 commit comments

Comments
 (0)