Skip to content

Commit e19aa09

Browse files
committed
Bump Scala 2 Versions
1 parent 3f66eeb commit e19aa09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ autoAPIMappings := true
3232
val scala3 = "3.2.2"
3333

3434
scalaVersion := scala3
35-
crossScalaVersions := Seq("2.11.12", "2.12.15", "2.13.8", scala3)
35+
crossScalaVersions := Seq("2.11.12", "2.12.17", "2.13.10", scala3)
3636

3737
scalacOptions := Seq("-unchecked", "-deprecation", "-feature")
3838

0 commit comments

Comments
 (0)