diff --git a/project/Dependencies.scala b/project/Dependencies.scala index e344734a..f4cf0651 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -15,7 +15,7 @@ object Dependencies { val awaitility = Seq("org.awaitility" % "awaitility" % "4.2.1") - val specsVersion = "4.20.7" + val specsVersion = "4.20.8" val specsBuild = Seq( "specs2-core", ).map("org.specs2" %% _ % specsVersion) @@ -38,7 +38,7 @@ object Dependencies { val oauth = Seq("oauth.signpost" % "signpost-core" % "2.1.1") - val cachecontrol = Seq("com.typesafe.play" %% "cachecontrol" % "2.3.1") + val cachecontrol = Seq("com.typesafe.play" %% "cachecontrol" % "2.3.2") val asyncHttpClient = Seq("org.asynchttpclient" % "async-http-client" % "2.12.3") diff --git a/project/build.properties b/project/build.properties index 1894b625..7a3fbb32 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.0 +sbt.version=1.10.1