From 2e0eafa3f70fa9a74b75d0e5e8adc05d86c63f68 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 2 Mar 2024 22:57:46 +0000 Subject: [PATCH] Update scala3-library to 3.3.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f3c2ae4..f492bb2 100644 --- a/build.sbt +++ b/build.sbt @@ -7,7 +7,7 @@ licenses += ("Apache-2.0", new URL("https://www.apache.org/licenses/LICENSE-2.0. val syncodiaVersion = "0.1.0-SNAPSHOT" -val scala3Version = "3.3.1" +val scala3Version = "3.3.3" val pekkoHttpVersion = "1.0.0" val uSerializationVersion = "3.1.3"