Skip to content

Commit

Permalink
Merge pull request #911 from playframework/update/2.2.x/patches
Browse files Browse the repository at this point in the history
[2.2.x] Patch updates
  • Loading branch information
mkurz authored Jul 8, 2024
2 parents 9c02d84 + 568eb0e commit 6b35e9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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")

Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#
# Copyright (C) from 2022 The Play Framework Contributors <https://github.com/playframework>, 2011-2021 Lightbend Inc. <https://www.lightbend.com>
#
sbt.version=1.10.0
sbt.version=1.10.1

0 comments on commit 6b35e9e

Please sign in to comment.