From ecc717ba6975046d3f4bc42d55f2f73ffd20328d Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sat, 19 Oct 2024 19:42:59 +0200 Subject: [PATCH] Update scala3-library, ... to 3.3.4 (#691) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 71e27c6..25df559 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ val scala_212 = "2.12.20" val scala_213 = "2.13.14" -val scala_3 = "3.3.3" +val scala_3 = "3.3.4" val V = new { val cats = "2.12.0"