Skip to content

Commit d7a53b7

Browse files
committed
Update scalatestplus-play to 7.0.2
1 parent e0d0324 commit d7a53b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ object Dependencies {
1010
val smithy4play = "de.innfactory" %% "smithy4play" % "0.3.2"
1111

1212
// Test
13-
val scalatestPlus = "org.scalatestplus.play" %% "scalatestplus-play" % "5.1.0" % Test
13+
val scalatestPlus = "org.scalatestplus.play" %% "scalatestplus-play" % "7.0.2" % Test
1414

1515
lazy val list = Seq(
1616
scalaUtil,

0 commit comments

Comments
 (0)