Skip to content

Commit

Permalink
Update scala-library to 2.13.16 in series/7.x (#3287)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jan 20, 2025
1 parent b0b8cd2 commit b4cf2e1
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 @@ -11,7 +11,7 @@ def githubRunNumber = sys.env.getOrElse("GITHUB_RUN_NUMBER", "local")

lazy val commonScalaVersionSettings = Seq(
scalaVersion := "2.12.20",
crossScalaVersions := Seq("2.12.20", "2.13.15")
crossScalaVersions := Seq("2.12.20", "2.13.16")
)

lazy val warnUnusedImport = Seq(
Expand Down

0 comments on commit b4cf2e1

Please sign in to comment.