From dc555389bb12707e7289b6084f647153c186ab04 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 30 Sep 2024 19:27:04 +0200 Subject: [PATCH] Update scala-library to 2.13.15 (#381) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index cb03124..6dc76b4 100644 --- a/build.sbt +++ b/build.sbt @@ -9,7 +9,7 @@ lazy val noPublish = Seq( lazy val recryptSettings = Seq( organization := "com.ironcorelabs", licenses += ("AGPL-3.0", new URL("https://www.gnu.org/licenses/agpl-3.0.txt")), - scalaVersion := "2.13.14", + scalaVersion := "2.13.15", crossScalaVersions := Seq(scalaVersion.value, "2.12.20"), headerLicense := Some(HeaderLicense.Custom( """|Copyright (C) 2017-present IronCore Labs