From 5f492ccdb6e0ccc385c663f9f8d5f6dcfa9ddac7 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 20:14:48 +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 e925586..bf924ba 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ ThisBuild / developers := List( ThisBuild / startYear := Some(2014) val Scala212 = "2.12.19" -val Scala213 = "2.13.14" +val Scala213 = "2.13.15" ThisBuild / crossScalaVersions := Seq(Scala212, Scala213, "3.3.4") ThisBuild / scalaVersion := Scala213