Skip to content

Commit b1a8455

Browse files
committed
upgraded scala versions
1 parent 5906e08 commit b1a8455

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ developers := List(
2828
)
2929
)
3030

31-
scalaVersion := "2.13.13"
31+
scalaVersion := "2.13.16"
3232

33-
crossScalaVersions := List("2.11.12", "2.12.19", "2.13.13", "3.3.3")
33+
crossScalaVersions := List("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)