We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0d0324 commit d7a53b7Copy full SHA for d7a53b7
project/Dependencies.scala
@@ -10,7 +10,7 @@ object Dependencies {
10
val smithy4play = "de.innfactory" %% "smithy4play" % "0.3.2"
11
12
// Test
13
- val scalatestPlus = "org.scalatestplus.play" %% "scalatestplus-play" % "5.1.0" % Test
+ val scalatestPlus = "org.scalatestplus.play" %% "scalatestplus-play" % "7.0.2" % Test
14
15
lazy val list = Seq(
16
scalaUtil,
0 commit comments