Skip to content

Commit

Permalink
scala version 2.13.14
Browse files Browse the repository at this point in the history
  • Loading branch information
pityka committed Jun 8, 2024
1 parent 50f7334 commit 41e2716
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ inThisBuild(
)

lazy val commonSettings = Seq(
scalaVersion := "2.13.13",
crossScalaVersions := Seq("2.13.13", "3.4.1"),
scalaVersion := "2.13.14",
crossScalaVersions := Seq("2.13.14", "3.4.1"),
parallelExecution in Test := false,
scalacOptions ++= (CrossVersion.partialVersion(scalaVersion.value) match {
case Some((2, 13)) =>
Expand Down

0 comments on commit 41e2716

Please sign in to comment.