Skip to content

Commit

Permalink
Merge pull request #12612 from mkurz/play-ws-3.0.3
Browse files Browse the repository at this point in the history
play-ws 3.0.3
  • Loading branch information
mkurz committed May 5, 2024
2 parents 1525d3f + e60ccc1 commit ece11dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Expand Up @@ -289,7 +289,7 @@ object Dependencies {
"com.github.ben-manes.caffeine" % "jcache" % caffeineVersion
) ++ jcacheApi ++ Seq(assertj % Test)

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 ece11dd

Please sign in to comment.