Skip to content

Commit

Permalink
Merge pull request #12611 from mkurz/play-ws-3.0.3_20x
Browse files Browse the repository at this point in the history
[3.0.x] play-ws 3.0.3
  • Loading branch information
mkurz committed May 5, 2024
2 parents c5b92bc + 0b8cbae commit dd4a674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Expand Up @@ -291,7 +291,7 @@ object Dependencies {
"com.github.ben-manes.caffeine" % "jcache" % caffeineVersion
) ++ jcacheApi

val playWsStandaloneVersion = "3.0.2"
val playWsStandaloneVersion = "3.0.3"
val playWsDeps = Seq(
"org.playframework" %% "play-ws-standalone" % playWsStandaloneVersion,
"org.playframework" %% "play-ws-standalone-xml" % playWsStandaloneVersion,
Expand Down

0 comments on commit dd4a674

Please sign in to comment.