Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update play-ahc-ws to 2.6.25
  • Loading branch information
scala-steward committed Jun 18, 2020
commit 406c5a48d86f114f8f721ac278eb65e3144d08ec
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ object Dependencies {
val cats = "org.typelevel" %% "cats-core" % "2.2.0-M2"

//Test
val playAhcWS = "com.typesafe.play" %% "play-ahc-ws" % "2.6.15" % Test
val playAhcWS = "com.typesafe.play" %% "play-ahc-ws" % "2.6.25" % Test
val scalatestPlus = "org.scalatestplus.play" %% "scalatestplus-play" % "3.1.2" % Test

lazy val list = Seq(
Expand Down