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 scalatestplus-play to 3.1.3
  • Loading branch information
scala-steward committed Jun 18, 2020
commit 65229730b7725f36a94aa106afbda2de3ea6dbb1
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ object Dependencies {

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

lazy val list = Seq(
guice,
Expand Down