Skip to content

Commit

Permalink
chore: update scalatestplus-play from 5.1.0 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 f985c3d commit b27c59c
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 @@ -20,7 +20,7 @@ object Dependencies {
"software.amazon.smithy" % "smithy-protocol-test-traits" % smithyVersion

val scalatestPlus =
"org.scalatestplus.play" %% "scalatestplus-play" % "5.1.0" % Test
"org.scalatestplus.play" %% "scalatestplus-play" % "7.0.1" % Test
val cats = "org.typelevel" %% "cats-core" % "2.9.0"

lazy val list = Seq(
Expand Down

0 comments on commit b27c59c

Please sign in to comment.