From 9b830a4739bdafa79324062fb97c15ce05c04c54 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 30 Jan 2025 02:09:07 +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 a602902..477a844 100644 --- a/build.sbt +++ b/build.sbt @@ -17,7 +17,7 @@ version := { versionScheme := Some("semver-spec") scalaVersion := "2.13.16" -crossScalaVersions := Seq(scalaVersion.value, "3.3.4") +crossScalaVersions := Seq(scalaVersion.value, "3.3.5") libraryDependencies ++= Seq( // Google Cloud Platform