Skip to content

Commit

Permalink
Minor/Patch Updates (#61)
Browse files Browse the repository at this point in the history
* Update scala-library to 2.13.14

* Update sbt to 1.10.0

* Update build.sbt

---------

Co-authored-by: scala-steward <162267+scala-steward-for-moia[bot]@users.noreply.github.com>
Co-authored-by: Bendix Sältz <bendix@saeltz.de>
  • Loading branch information
3 people authored May 6, 2024
1 parent 1545af4 commit 38b1fe5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 =
sbtGitSettings

lazy val compilerSettings = Seq(
scalaVersion := "2.13.13",
scalaVersion := "2.13.14",
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.5")
lazy val scapegoatSettings = Seq(ThisBuild / scapegoatVersion := "2.1.6")

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

Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version = 1.9.9
sbt.version = 1.10.0

0 comments on commit 38b1fe5

Please sign in to comment.