From 5afea7019d21ea0eb522f858c05a8dc6b1bebb52 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 28 Sep 2024 17:16:20 +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 d76507da1..8070d44f3 100644 --- a/build.sbt +++ b/build.sbt @@ -13,7 +13,7 @@ val gitDevUrl = s"git@github.com:$gitHubOwner/$projectName.git" val Scala_2_12 = "2.12.20" val Scala_2_13 = "2.13.14" -val Scala_3 = "3.3.3" +val Scala_3 = "3.3.4" val catsVersion = "2.12.0" val jsonpathVersion = "2.9.0"