Skip to content

Commit

Permalink
Update scala-library to 2.13.14 (stac-utils#669)
Browse files Browse the repository at this point in the history
Co-authored-by: Grigory <[email protected]>
  • Loading branch information
scala-steward and pomadchin authored May 11, 2024
1 parent 948f1ec commit 6737af4
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.12",
crossScalaVersions := List("2.13.12", "2.12.19"),
scalaVersion := "2.13.14",
crossScalaVersions := List("2.13.14", "2.12.19"),
Global / cancelable := true,
scalafmtOnCompile := false,
ThisBuild / scapegoatVersion := Versions.Scapegoat,
Expand Down

0 comments on commit 6737af4

Please sign in to comment.