From f48f9b2272d2e0babd951b90f5ea3da93f67ad5c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 28 Mar 2024 14:58:02 +0000 Subject: [PATCH] Update scala3-compiler, scala3-library to 3.4.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 67b6c9e..dbb8942 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ ThisBuild / resolvers ++= Seq( "Sonatype OSS Releases" at "https://s01.oss.sonatype.org/content/repositories/releases" ) -val scala3_Version = "3.3.3" +val scala3_Version = "3.4.1" val scala2_13Version = "2.13.13" val scalaCollectionCompatVersion = "2.11.0" val hibernateVersion = "8.0.1.Final"