Skip to content

Commit

Permalink
Update scala-library to 2.13.15 (#704)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Oct 6, 2024
1 parent 3d619d3 commit 47d444e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import xerial.sbt.Sonatype._
ThisBuild / versionScheme := Some("semver-spec")

lazy val commonSettings = Seq(
scalaVersion := "2.13.14",
crossScalaVersions := List("2.13.14", "2.12.20"),
scalaVersion := "2.13.15",
crossScalaVersions := List("2.13.15", "2.12.20"),
Global / cancelable := true,
scalafmtOnCompile := false,
ThisBuild / scapegoatVersion := Versions.Scapegoat,
Expand Down

0 comments on commit 47d444e

Please sign in to comment.