From 8795bb86c74a51c6c5f2183cf3e0aa2d2138e906 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 30 Sep 2024 15:47:48 +0000 Subject: [PATCH] Update scala-library to 2.13.15 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 5b641d7..9fe38fd 100644 --- a/build.sbt +++ b/build.sbt @@ -6,10 +6,10 @@ version := "1.5.3" isSnapshot := version.value.endsWith("SNAPSHOT") -scalaVersion := "2.13.12" +scalaVersion := "2.13.15" val Scala212 = "2.12.18" -val Scala213 = "2.13.12" +val Scala213 = "2.13.15" val Scala3 = "3.3.1" crossScalaVersions := Seq(Scala212, Scala213, Scala3)