From 4798b2e3d5a24bbc8861315bf1758c5585056798 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:25:00 +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 5151989..262a249 100644 --- a/build.sbt +++ b/build.sbt @@ -9,7 +9,7 @@ ThisBuild / startYear := Some(2023) ThisBuild / tlCiReleaseBranches := Seq("main") val scala213 = "2.13.16" -val scala3 = "3.3.4" +val scala3 = "3.3.5" ThisBuild / crossScalaVersions := Seq(scala213, scala3) ThisBuild / scalaVersion := scala213