Skip to content

Commit a9f2ac7

Browse files
authored
Merge pull request #177 from typelevel/update/scala3-library-3.3.6
Update scala3-library to 3.3.6
2 parents 7cacded + 345fcd1 commit a9f2ac7

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
@@ -18,7 +18,7 @@ ThisBuild / tlSonatypeUseLegacyHost := false
1818
ThisBuild / tlSitePublishBranch := Some("main")
1919

2020
val Scala213 = "2.13.16"
21-
ThisBuild / crossScalaVersions := Seq(Scala213, "3.3.3")
21+
ThisBuild / crossScalaVersions := Seq(Scala213, "3.3.6")
2222
ThisBuild / scalaVersion := Scala213 // the default Scala
2323

2424
lazy val root = tlCrossRootProject.aggregate(core, mtl, testkit)

0 commit comments

Comments
 (0)