From fbf202ac710b707bec89ad3eb9fab26e0885427b Mon Sep 17 00:00:00 2001 From: Katrix Date: Tue, 17 Oct 2023 15:06:18 +0200 Subject: [PATCH] Update Scala and sbt in hopes that it makes them compile in the CI --- project/Settings.scala | 2 +- project/build.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/project/Settings.scala b/project/Settings.scala index 38b2bf17a..5d29011b9 100644 --- a/project/Settings.scala +++ b/project/Settings.scala @@ -8,7 +8,7 @@ import sbt._ object Settings { - val scalaVer = "2.13.8" + val scalaVer = "2.13.12" val commonSettings = Seq( version := "2.0.0-M2.10", diff --git a/project/build.properties b/project/build.properties index 22af2628c..27430827b 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.7.1 +sbt.version=1.9.6