From 9e6606163554918622f6b8b179cd8bbf87349430 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 28 Sep 2024 18:48:32 +0000 Subject: [PATCH] Update scala3-library to 3.3.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b32291b..496fa6c 100644 --- a/build.sbt +++ b/build.sbt @@ -51,7 +51,7 @@ def scalaCollectionsCompat(scalaVersion: String): immutable.Seq[ModuleID] = { val scala212 = "2.12.20" val scala213 = "2.13.14" -val scala3 = "3.3.3" +val scala3 = "3.3.4" ThisBuild / scalaVersion := scala213