From 7521c60e9a50db4a1b0f4e3ec617215ef2fb2025 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Thu, 7 Nov 2024 09:02:12 +0100 Subject: [PATCH] Update scala3-library to 3.3.4 (#621) Co-authored-by: Ayoub Benali --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a8c8a4b7..f02186d7 100644 --- a/build.sbt +++ b/build.sbt @@ -14,7 +14,7 @@ val slf4jNopVersion = "2.0.16" val scala212 = "2.12.19" val scala213 = "2.13.14" -val scala3 = "3.3.3" +val scala3 = "3.3.4" ThisBuild / versionScheme := Some("early-semver")