From 27546a4d434ce5bdb56be8a8a91e8901580c503d Mon Sep 17 00:00:00 2001 From: "scala-steward-for-moia[bot]" <97042238+scala-steward-for-moia[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 12:56:21 +0200 Subject: [PATCH] Update scala-library to 2.13.15 (#203) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: scala-steward <162267+scala-steward-for-moia[bot]@users.noreply.github.com> Co-authored-by: Bendix Sältz --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 0ff2872..61d43d6 100644 --- a/build.sbt +++ b/build.sbt @@ -103,7 +103,7 @@ lazy val commonSettings = mimaSettings lazy val compilerSettings = Seq( - scalaVersion := "2.13.14", + scalaVersion := "2.13.15", versionScheme := Some("early-semver"), Compile / packageBin / mappings += baseDirectory.value / "LICENSE" -> "LICENSE", scalacOptions ++= Seq(