From 22fb3e40a6071b6dac384942aec1828257675796 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 4 Feb 2025 01:41:54 +0100 Subject: [PATCH] Update scala3-library, ... to 3.3.5 (#716) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 02cf5dd..a35ebb9 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ val scala_212 = "2.12.20" val scala_213 = "2.13.16" -val scala_3 = "3.3.4" +val scala_3 = "3.3.5" val V = new { val cats = "2.13.0"