From ca8de1b39149db162e7bcba869c65fe757abe0c5 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 01:14:32 +0000 Subject: [PATCH] Update scala-library to 2.13.14 in series/0.9 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index edb04e44..8a45a781 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.14" ThisBuild / crossScalaVersions := Seq("2.12.19", scala213, "3.3.3") ThisBuild / scalaVersion := scala213 ThisBuild / tlBaseVersion := "0.9"