From 0adc5b92a68ed4259026efbc560e335d1b652dbd 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:06 +0000 Subject: [PATCH] Update scala-library to 2.12.19 in series/0.23 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index bb48c37a5..df25e93c7 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ import com.typesafe.tools.mima.core._ import Dependencies._ -val Scala212 = "2.12.18" +val Scala212 = "2.12.19" val Scala213 = "2.13.12" val Scala3 = "3.3.1" val http4sVersion = "0.23.25"