From c1a7b7121bbb47af4cdf81021ee88de1566e45d3 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 21:30:13 +0100 Subject: [PATCH] Update scala3-library to 3.3.3 in main (#1032) 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 b2f4325b..9affc0e5 100644 --- a/build.sbt +++ b/build.sbt @@ -71,7 +71,7 @@ val coreDeps = Seq( )).map(_ % Test) val scala213 = "2.13.12" -ThisBuild / crossScalaVersions := Seq(scala213, "3.3.1") +ThisBuild / crossScalaVersions := Seq(scala213, "3.3.3") ThisBuild / scalaVersion := scala213 ThisBuild / tlBaseVersion := "1.0" ThisBuild / startYear := Some(2019)