From 07ccac21ebf97abe7df390252299d8cb4efc3902 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 7 Oct 2025 15:36:54 +0000 Subject: [PATCH] Update scala-library to 2.13.17 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9a64c13..86d5053 100644 --- a/build.sbt +++ b/build.sbt @@ -11,7 +11,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.16", + scalaVersion := "2.13.17", crossScalaVersions := Seq(scalaVersion.value, "2.12.20"), headerLicense := Some(HeaderLicense.Custom( """|Copyright (C) 2017-present IronCore Labs