From c6aa1e85d0a165960088e9a7e09b46262fbc30b6 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 04:19:13 +0000 Subject: [PATCH] Update scala-library to 2.13.13 in series/0.9 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c28e73c1..c9cd8bc1 100644 --- a/build.sbt +++ b/build.sbt @@ -68,7 +68,7 @@ val coreDeps = Seq( "org.typelevel" %% "munit-cats-effect" % munitCatsEffectV )).map(_ % Test) -val scala213 = "2.13.12" +val scala213 = "2.13.13" ThisBuild / crossScalaVersions := Seq("2.12.19", scala213, "3.3.1") ThisBuild / scalaVersion := scala213 ThisBuild / tlBaseVersion := "0.9"