From 9724682145c64471628cfe5a1dc961c0f1d1eabf Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Wed, 14 Feb 2024 15:07:45 +0000 Subject: [PATCH] Update scala3-library, ... to 3.3.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c90221e..9f36d58 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ import ReleaseStateTransformations._ val Scala212 = "2.12.18" val Scala213 = "2.13.12" -val Scala3 = "3.3.1" +val Scala3 = "3.3.2" val isScala3 = Def.setting( CrossVersion.partialVersion(scalaVersion.value).exists(_._1 == 3)