From fcbb407bf29529aaaa6bc47e904a6d68f3d7a06b Mon Sep 17 00:00:00 2001 From: Coralogix Automation Golem <83012444+coralogix-automation-golem@users.noreply.github.com> Date: Wed, 9 Oct 2024 15:33:13 +0300 Subject: [PATCH] Update scala3-library from 3.3.3 to 3.3.4 (#636) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c9408d8a..5b217e81 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ val scala212Version = "2.12.19" val scala213Version = "2.13.14" -val scala3Version = "3.3.3" +val scala3Version = "3.3.4" val zioVersion = "2.1.6" val zioConfigVersion = "4.0.2"