From 5a022e9c170bc10bee846948969c37731ee11349 Mon Sep 17 00:00:00 2001 From: Nicolas Vollmar Date: Fri, 27 Oct 2023 10:27:34 +0200 Subject: [PATCH] Update Scala and SBT --- build.sbt | 4 ++-- project/build.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index 4de6c30..9cbb4b9 100644 --- a/build.sbt +++ b/build.sbt @@ -7,8 +7,8 @@ val typesafe = "Typesafe Repository" at "https://repo.typesafe.com/typesafe/rele val typesafeSnapshot = "Typesafe Snapshots Repository" at "https://repo.typesafe.com/typesafe/snapshots/" val sonatypeSnapshot = "Sonatype Snapshots Repository" at "https://oss.sonatype.org/content/repositories/snapshots/" -val mainScalaVersion = "3.1.3" // note: Scala 3.2 is not forward compatible - publishing with 3.2 would force users to Scala 3.2 -val secondayScalaVersions = Seq("2.12.17", "2.13.10") +val mainScalaVersion = "3.3.1" +val secondayScalaVersions = Seq("2.12.18", "2.13.12") val kryoVersion = "5.4.0" val defaultAkkaVersion = "2.6.20" diff --git a/project/build.properties b/project/build.properties index c12f2b9..e8a1e24 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.7.2 \ No newline at end of file +sbt.version=1.9.7