From 769d3a8c69d020b2b1f069b1f3ce8419f1b6a99a Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 3 Feb 2025 20:50:58 +0100 Subject: [PATCH] Update scala3-library, ... to 3.3.5 (#361) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 24d3a9a..121b3ec 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ inThisBuild(Seq( scalaVersion := "2.12.20", - crossScalaVersions := Seq("2.12.20", "2.13.16", "3.3.4"), + crossScalaVersions := Seq("2.12.20", "2.13.16", "3.3.5"), licenses := Seq("MIT License" -> url("https://opensource.org/licenses/MIT")),