diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 100eccf..ce102fe 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -10,7 +10,7 @@ object Dependencies { val ScalaVersions = Seq(Scala212, Scala213, Scala3) - def scalaTest = "org.scalatest" %% "scalatest" % "3.2.19" % Test + def scalaTest = "org.scalatest" %% "scalatest" % "3.2.20" % Test def parserCombinators(scalaVersion: String) = "org.scala-lang.modules" %% "scala-parser-combinators" % { diff --git a/project/build.properties b/project/build.properties index 47dafd5..083a059 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.12.6 +sbt.version=1.12.8