Skip to content

Commit

Permalink
cachecontrol 3.0.1 (was 3.0.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurz committed Jun 27, 2024
1 parent dae9b6f commit b4534d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ object Dependencies {

val oauth = Seq("oauth.signpost" % "signpost-core" % "2.1.1")

val cachecontrol = Seq("org.playframework" %% "cachecontrol" % "3.0.0")
val cachecontrol = Seq("org.playframework" %% "cachecontrol" % "3.0.1")

val asyncHttpClient = Seq("org.asynchttpclient" % "async-http-client" % "2.12.3")

Expand Down

0 comments on commit b4534d3

Please sign in to comment.