From 7a47d5a9e3cfd5bc05600dee935d3691133bc72f 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:24:38 +0000 Subject: [PATCH] Update scala3-library to 3.3.5 in series/0.5 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e9ab70a2..15af1283 100644 --- a/build.sbt +++ b/build.sbt @@ -13,7 +13,7 @@ inThisBuild( ), licenses := Seq(License.Apache2), tlBaseVersion := "0.5", - crossScalaVersions := Seq(Scala213, Scala212, "3.3.4"), + crossScalaVersions := Seq(Scala213, Scala212, "3.3.5"), ThisBuild / scalaVersion := Scala213, githubWorkflowJavaVersions := Seq(JavaSpec.temurin("17")) )