Skip to content

Commit

Permalink
Update scalatestplus-play to 7.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jona7o committed Dec 22, 2023
1 parent e0d0324 commit ca7c210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ object Dependencies {
val smithy4play = "de.innfactory" %% "smithy4play" % "0.3.2"

// Test
val scalatestPlus = "org.scalatestplus.play" %% "scalatestplus-play" % "5.1.0" % Test
val scalatestPlus = "org.scalatestplus.play" %% "scalatestplus-play" % "7.0.1" % Test

lazy val list = Seq(
scalaUtil,
Expand Down

0 comments on commit ca7c210

Please sign in to comment.