From 1b08bb074e897f117e9abf7a3c6f69ed2a9b234d Mon Sep 17 00:00:00 2001 From: scala-steward <162267+scala-steward-for-moia[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 09:14:37 +0000 Subject: [PATCH] Update scala-library to 2.13.16 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 92abc7e..96a30e5 100644 --- a/build.sbt +++ b/build.sbt @@ -103,7 +103,7 @@ lazy val commonSettings = mimaSettings lazy val compilerSettings = Seq( - scalaVersion := "2.13.15", + scalaVersion := "2.13.16", versionScheme := Some("early-semver"), Compile / packageBin / mappings += baseDirectory.value / "LICENSE" -> "LICENSE", scalacOptions ++= Seq(