Skip to content

Commit

Permalink
Merge pull request #295 from altoo-ag/update-sbt-scala
Browse files Browse the repository at this point in the history
Update Scala and SBT
  • Loading branch information
nvollmar committed Oct 27, 2023
2 parents dbb61b6 + 5a022e9 commit 56a0b1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.7.2
sbt.version=1.9.7

0 comments on commit 56a0b1e

Please sign in to comment.