From dc1a09d95bfd0257c96b4cd65d55687a0d0af1d6 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:11:48 +0000 Subject: [PATCH] Update scala-library to 2.12.20 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5fc5792..7b4bcd3 100644 --- a/build.sbt +++ b/build.sbt @@ -8,7 +8,7 @@ ThisBuild / developers := List( ) val Scala213 = "2.13.13" -ThisBuild / crossScalaVersions := Seq("2.12.19", Scala213, "3.3.4") +ThisBuild / crossScalaVersions := Seq("2.12.20", Scala213, "3.3.4") ThisBuild / scalaVersion := Scala213 // ensure missing timezones don't break tests on JS