Skip to content

Commit

Permalink
Merge pull request #255 from scala-steward/update/scalatestplus-play-…
Browse files Browse the repository at this point in the history
…6.0.0-M3

Update scalatestplus-play to 6.0.0-M3
  • Loading branch information
mkurz authored Apr 3, 2023
2 parents 2af371d + 827629e commit 3126b5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/compile-timeDI/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ crossScalaVersions := Seq("2.13.10")

libraryDependencies ++= Seq(
"com.typesafe.play" %% "play-mailer" % version.value,
"org.scalatestplus.play" %% "scalatestplus-play" % "6.0.0-M2" % Test
"org.scalatestplus.play" %% "scalatestplus-play" % "6.0.0-M3" % Test
)

lazy val root = (project in file(".")).enablePlugins(PlayScala)
Expand Down
2 changes: 1 addition & 1 deletion samples/runtimeDI/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ crossScalaVersions := Seq("2.13.10")

libraryDependencies ++= Seq(
"com.typesafe.play" %% "play-mailer-guice" % version.value,
"org.scalatestplus.play" %% "scalatestplus-play" % "6.0.0-M2" % Test
"org.scalatestplus.play" %% "scalatestplus-play" % "6.0.0-M3" % Test
)

lazy val root = (project in file(".")).enablePlugins(PlayJava)
Expand Down

0 comments on commit 3126b5e

Please sign in to comment.