From 16bfed61d75c45d13dfb79a58458ffdf5dd28f8f Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 12:41:18 +0000 Subject: [PATCH] Update scala3-library to 3.3.4 in series/0.9 (#1111) Co-authored-by: http4s-steward[bot] <106843772+http4s-steward[bot]@users.noreply.github.com> --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index edb04e44..df8e9324 100644 --- a/build.sbt +++ b/build.sbt @@ -69,7 +69,7 @@ val coreDeps = Seq( )).map(_ % Test) val scala213 = "2.13.12" -ThisBuild / crossScalaVersions := Seq("2.12.19", scala213, "3.3.3") +ThisBuild / crossScalaVersions := Seq("2.12.19", scala213, "3.3.4") ThisBuild / scalaVersion := scala213 ThisBuild / tlBaseVersion := "0.9" ThisBuild / startYear := Some(2019)