From 800b6f77b22ef8322a2239e18d10e5c5ed338116 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Fri, 20 Sep 2024 22:17:15 +0000 Subject: [PATCH] Update scala-compiler, scala-library, ... to 2.13.15 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c8d0dc9..5a18b58 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ import sbtrelease.ReleaseStateTransformations._ import sbtcrossproject.CrossPlugin.autoImport.crossProject val Scala212 = "2.12.20" -val Scala213 = "2.13.14" +val Scala213 = "2.13.15" val Scala3 = "3.3.3" val scalatestVersion = "3.2.19"