From a4dd5137674a5b51c111167bcd0704e8beba0905 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 17 Aug 2024 00:28:17 +0000 Subject: [PATCH] chore(deps): update dependency scala to v3.5.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f9f6d7606..6f93d38dc 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ import BundleJS.* val aquaVersion = "0.14.11" -val scalaV = "3.4.2" +val scalaV = "3.5.0" val catsV = "2.12.0" val catsParseV = "0.3.10" val monocleV = "3.1.0"