Skip to content

Commit

Permalink
Update scala-library, scala-reflect to 2.12.20 (#532)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Sep 7, 2024
1 parent d5f1d8c commit ace7f89
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.19", "2.13.14", scalaVersion.value),
crossScalaVersions := Seq("2.12.20", "2.13.14", scalaVersion.value),
Compile / unmanagedSourceDirectories ++= addDirsByScalaVersion("src/main").value,
Test / unmanagedSourceDirectories ++= addDirsByScalaVersion("src/test").value,
libraryDependencies ++= {
Expand Down

0 comments on commit ace7f89

Please sign in to comment.