From 995e826c225bb6ff157d6f2f4ccfd085b870f540 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 20:10:17 +0000 Subject: [PATCH] Update scala-library to 2.13.15 in series/0.23 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c2d573583..f2ba1dfab 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ import com.typesafe.tools.mima.core._ import Dependencies._ val Scala212 = "2.12.20" -val Scala213 = "2.13.14" +val Scala213 = "2.13.15" val Scala3 = "3.3.3" val http4sVersion = "0.23.28" val munitCatsEffectVersion = "2.0.0"