Skip to content

Commit

Permalink
Update scalatestplus-play to 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Nov 7, 2018
1 parent b422494 commit 14114ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Expand Up @@ -24,7 +24,7 @@ object Dependencies {
val play25 = "com.typesafe.play" %% "play" % play25Version
val play25DataCommons = "com.typesafe.play" %% "play-datacommons" % play25Version
val play25NettyServer = "com.typesafe.play" %% "play-netty-server" % play25Version % "test"
val scalaTestPlusPlay25 = "org.scalatestplus.play" %% "scalatestplus-play" % "2.0.1" % "test"
val scalaTestPlusPlay25 = "org.scalatestplus.play" %% "scalatestplus-play" % "3.1.2" % "test"
val play25Ws = "com.typesafe.play" %% "play-ws" % play25Version % "test"
val play25Test = "com.typesafe.play" %% "play-test" % play25Version % "test"

Expand Down

0 comments on commit 14114ea

Please sign in to comment.