Skip to content

Commit

Permalink
Update scala-library to 2.13.13 (#178)
Browse files Browse the repository at this point in the history
* Update scala-library to 2.13.13

* Update scapegoat to 2.1.5

---------

Co-authored-by: scala-steward <162267+scala-steward-for-moia[bot]@users.noreply.github.com>
Co-authored-by: Bendix Sältz <[email protected]>
  • Loading branch information
3 people authored Mar 5, 2024
1 parent a8d189c commit 4ec5480
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 @@ -103,7 +103,7 @@ lazy val commonSettings =
mimaSettings

lazy val compilerSettings = Seq(
scalaVersion := "2.13.11",
scalaVersion := "2.13.13",
versionScheme := Some("early-semver"),
Compile / packageBin / mappings += baseDirectory.value / "LICENSE" -> "LICENSE",
scalacOptions ++= Seq(
Expand Down Expand Up @@ -154,7 +154,7 @@ lazy val sbtSettings = Seq(cancelable in Global := true)

lazy val scalaFmtSettings = Seq(scalafmtOnCompile := true)

lazy val scapegoatSettings = Seq(ThisBuild / scapegoatVersion := "2.1.4")
lazy val scapegoatSettings = Seq(ThisBuild / scapegoatVersion := "2.1.5")

lazy val sbtVersionRegex = "v([0-9]+.[0-9]+.[0-9]+)-?(.*)?".r

Expand Down

0 comments on commit 4ec5480

Please sign in to comment.