From 03a878d02a3f04b9733123e83c6b71d7ea774ebf Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 00:43:57 +0000 Subject: [PATCH] Update scala-library to 2.13.16 in series/0.23 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b2d0ed889..80bf77618 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.15" +val Scala213 = "2.13.16" val Scala3 = "3.3.4" val http4sVersion = "0.23.30" val munitCatsEffectVersion = "2.0.0"