diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 41f9382..96fafcf 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -4,9 +4,9 @@ import sbt._ object Dependencies { - val Scala212 = "2.12.18" - val Scala213 = "2.13.12" - val Scala3 = "3.3.1" + val Scala212 = "2.12.19" + val Scala213 = "2.13.13" + val Scala3 = "3.3.3" val ScalaVersions = Seq(Scala212, Scala213, Scala3) diff --git a/project/build.properties b/project/build.properties index 5c0b931..51423c0 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.9.8 +sbt.version=1.9.9