From a6b64e19273271c0c5dfa9250a4a45df985a6195 Mon Sep 17 00:00:00 2001 From: scala-steward <162267+scala-steward-for-moia[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 09:12:08 +0000 Subject: [PATCH 1/2] Update scala-library to 2.13.14 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e14e637..e50873e 100644 --- a/build.sbt +++ b/build.sbt @@ -103,7 +103,7 @@ lazy val commonSettings = mimaSettings 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( From 65ce07f49cb9b79fe4609a0ff60b2f3ffc45301e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bendix=20S=C3=A4ltz?= Date: Mon, 6 May 2024 15:54:53 +0200 Subject: [PATCH 2/2] Update build.sbt --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e50873e..8ef4793 100644 --- a/build.sbt +++ b/build.sbt @@ -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