Skip to content

Commit

Permalink
Upgrade scala-library from 2.13.11 to 2.13.13
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Mar 4, 2024
1 parent 4e0ede2 commit 3c220f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ lazy val commonSettings = Seq.concat(

lazy val compilerSettings = Seq(
scalaVersion := crossScalaVersions.value.head,
crossScalaVersions := List("2.13.11", "2.12.18"),
crossScalaVersions := List("2.13.13", "2.12.18"),
Compile / packageBin / mappings += (ThisBuild / baseDirectory).value / "LICENSE" -> "LICENSE",
scalacOptions ++= (CrossVersion.partialVersion(scalaVersion.value) match {
case Some((2, 12)) => scalacOptions_2_12
Expand Down

0 comments on commit 3c220f6

Please sign in to comment.