Skip to content

Commit

Permalink
Update scala-library, scala-reflect to 2.12.19 (#510)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Apr 6, 2024
1 parent 4fc6eed commit 1f9ee41
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 @@ -50,7 +50,7 @@ def crossScalaSettings = {
}
}
Seq(
crossScalaVersions := Seq("2.12.18", "2.13.12", scalaVersion.value),
crossScalaVersions := Seq("2.12.19", "2.13.12", scalaVersion.value),
Compile / unmanagedSourceDirectories ++= addDirsByScalaVersion("src/main").value,
Test / unmanagedSourceDirectories ++= addDirsByScalaVersion("src/test").value,
libraryDependencies ++= {
Expand Down

0 comments on commit 1f9ee41

Please sign in to comment.