From eb8c92055f09bb1ff09369d88a13fb8f7c685bdc Mon Sep 17 00:00:00 2001 From: Ralf Comtesse Date: Mon, 15 Sep 2025 14:32:59 +0200 Subject: [PATCH] * bumped sbt version to 1.10.10 * bumped scala version to 3.7.3 --- scala/build.sbt | 2 +- scala/project/build.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scala/build.sbt b/scala/build.sbt index 51404b8c..ec24d0b0 100644 --- a/scala/build.sbt +++ b/scala/build.sbt @@ -1,4 +1,4 @@ -val scala3Version = "3.6.4" +val scala3Version = "3.7.3" lazy val root = project .in(file(".")) diff --git a/scala/project/build.properties b/scala/project/build.properties index e97b2722..5e6884d3 100644 --- a/scala/project/build.properties +++ b/scala/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.10 +sbt.version=1.11.6