diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 2696f80..76d79ce 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -6,8 +6,8 @@ import sbt._ object Dependencies { val Scala212 = "2.12.20" - val Scala213 = "2.13.14" - val Scala3 = "3.3.3" + 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 76f43ac..c23a0e7 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1,3 +1,3 @@ # Copyright (C) from 2022 The Play Framework Contributors , 2011-2021 Lightbend Inc. -sbt.version=1.10.1 +sbt.version=1.10.2