From 4eb72dfd57e1287f0c15f049880a895cb623a60b Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 01:05:56 +0000 Subject: [PATCH] Update scala-library to 2.13.13 in series/0.23 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index bb48c37a5..cda2ddd5b 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ import com.typesafe.tools.mima.core._ import Dependencies._ val Scala212 = "2.12.18" -val Scala213 = "2.13.12" +val Scala213 = "2.13.13" val Scala3 = "3.3.1" val http4sVersion = "0.23.25" val munitCatsEffectVersion = "2.0.0-M4"