Skip to content

Commit

Permalink
Merge pull request #611 from mkurz/sbt_scala_upgrade
Browse files Browse the repository at this point in the history
Upgrade to Scala 3.3.0 and sbt 1.9.0-RC3
  • Loading branch information
mkurz authored May 24, 2023
2 parents d993ed2 + cadc05c commit ff9af5e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/project/build.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Copyright (C) from 2022 The Play Framework Contributors <https://github.com/playframework>, 2011-2021 Lightbend Inc. <https://www.lightbend.com>

sbt.version=1.8.2
sbt.version=1.9.0-RC3
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
object Dependencies {
val Scala212 = "2.12.17"
val Scala213 = "2.13.10"
val Scala3 = "3.2.2"
val Scala3 = "3.3.0"
val ScalaVersions = Seq(Scala212, Scala213, Scala3)
}
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Copyright (C) from 2022 The Play Framework Contributors <https://github.com/playframework>, 2011-2021 Lightbend Inc. <https://www.lightbend.com>

sbt.version=1.8.2
sbt.version=1.9.0-RC3

0 comments on commit ff9af5e

Please sign in to comment.