Skip to content

Commit

Permalink
play-ws 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurz committed Sep 18, 2023
1 parent 8876ae8 commit d7c6c29
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 @@ -310,7 +310,7 @@ object Dependencies {
"com.github.ben-manes.caffeine" % "jcache" % caffeineVersion
) ++ jcacheApi

val playWsStandaloneVersion = "2.2.1"
val playWsStandaloneVersion = "2.2.2"
val playWsDeps = Seq(
("com.typesafe.play" %% "play-ws-standalone" % playWsStandaloneVersion).forScala3TestsExcludeAkkaOrganization(),
("com.typesafe.play" %% "play-ws-standalone-xml" % playWsStandaloneVersion).forScala3TestsExcludeAkkaOrganization(),
Expand Down

0 comments on commit d7c6c29

Please sign in to comment.