Skip to content

Commit

Permalink
Upgrade scala-reflect from 2.12.19 to 2.13.14
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 13, 2024
1 parent 79bca33 commit 9345e04
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.14", "2.12.19"),
crossScalaVersions := List("2.13.14", "2.13.14"),
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 9345e04

Please sign in to comment.