Skip to content

Commit da06c3c

Browse files
Update scala3-library to 3.3.8
1 parent e85f4db commit da06c3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ThisBuild / developers := List(
1515
ThisBuild / tlSitePublishBranch := Some("main")
1616

1717
val Scala213 = "2.13.16"
18-
ThisBuild / crossScalaVersions := Seq(Scala213, "3.3.6")
18+
ThisBuild / crossScalaVersions := Seq(Scala213, "3.3.8")
1919
ThisBuild / scalaVersion := Scala213 // the default Scala
2020

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

0 commit comments

Comments
 (0)