Skip to content

Commit c3f04a7

Browse files
committed
Added back build for Scala 2.10, still seems to work fine in unit tests.
1 parent e298e2d commit c3f04a7

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
@@ -30,7 +30,7 @@ developers := List(
3030

3131
scalaVersion := "2.13.16"
3232

33-
crossScalaVersions := List("2.11.12", "2.12.20", "2.13.16", "3.3.6")
33+
crossScalaVersions := List("2.10.7", "2.11.12", "2.12.20", "2.13.16", "3.3.6")
3434

3535
libraryDependencies ++= Seq(
3636
"org.mockito" % "mockito-core" % "5.18.0",

0 commit comments

Comments
 (0)