From 10f12df8b855bc60d4f7b9328fea885ba6f07a94 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 14:15:26 +0000 Subject: [PATCH] chore(deps): update dependency scala to v3.8.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 367335c..2323f72 100644 --- a/build.sbt +++ b/build.sbt @@ -1,4 +1,4 @@ -val scala3Version = "3.8.3" +val scala3Version = "3.8.4" lazy val root = project .in(file("."))