From 171c63dc1ce7a7176cf2f9b619c61181bb67fbdd Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 25 Aug 2024 14:14:44 +0000 Subject: [PATCH] Update scala3-library, ... to 3.5.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 31037e2..1004a26 100644 --- a/build.sbt +++ b/build.sbt @@ -8,7 +8,7 @@ val rootPkg = s"$groupId.${projectName.replace("-", "")}" val Scala_2_12 = "2.12.19" val Scala_2_13 = "2.13.14" -val Scala_3 = "3.4.3" +val Scala_3 = "3.5.0" val moduleCrossPlatformMatrix: Map[String, List[Platform]] = Map( "calev" -> List(JVMPlatform, JSPlatform),