From b3fec59f9f663f3cce631f8f3de11084f786e99d Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Thu, 24 Oct 2024 23:59:57 +0200 Subject: [PATCH] Update scala3-library, ... to 3.5.2 (#280) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 1751685..8fbe8be 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ val scalapbVersion = "0.11.17" val Scala212 = "2.12.20" val Scala213 = "2.13.15" -val Scala3 = "3.5.1" +val Scala3 = "3.5.2" ThisBuild / crossScalaVersions := Seq(Scala212, Scala213, Scala3)