From 345b6e235ced55a86ac2ae0da4501cdebf4ee2c1 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 12:31:54 +0000 Subject: [PATCH] Update scala3-library, ... to 3.3.5 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 2a32308..6238381 100644 --- a/build.sbt +++ b/build.sbt @@ -12,7 +12,7 @@ ThisBuild / tlMimaPreviousVersions := Set() val Scala212 = "2.12.20" val Scala213 = "2.13.16" -ThisBuild / crossScalaVersions := Seq(Scala213, "3.3.4") +ThisBuild / crossScalaVersions := Seq(Scala213, "3.3.5") ThisBuild / scalaVersion := Scala213 // disable sbt-header plugin until we are not aligned on the license