diff --git a/project/Dependencies.scala b/project/Dependencies.scala index f4a3979..af86d96 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -4,9 +4,9 @@ import sbt._ object Dependencies { - val Scala212 = "2.12.19" - val Scala213 = "2.13.14" - val Scala3 = "3.3.3" + val Scala212 = "2.12.20" + val Scala213 = "2.13.15" + val Scala3 = "3.3.4" val ScalaVersions = Seq(Scala212, Scala213, Scala3) diff --git a/project/build.properties b/project/build.properties index 7a3fbb3..6e08e6c 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1,4 +1,4 @@ # # Copyright (C) from 2022 The Play Framework Contributors , 2011-2021 Lightbend Inc. # -sbt.version=1.10.1 +sbt.version=1.10.2