diff --git a/.github/scala-steward.conf b/.github/scala-steward.conf index 992486f8..9f1f55f5 100644 --- a/.github/scala-steward.conf +++ b/.github/scala-steward.conf @@ -17,6 +17,7 @@ updates.pin = [ { groupId = "com.typesafe.play", artifactId = "play-test", version = "2.9."}, { groupId = "com.typesafe.play", artifactId = "sbt-twirl", version = "1.6." }, { groupId = "com.typesafe.play", artifactId = "twirl-api", version = "1.6." }, + { groupId = "org.scalatestplus.play", artifactId = "scalatestplus-play", version = "6.0." }, # Prevent updates to 3.2.x and beyond { groupId = "org.scalatest", artifactId = "scalatest", version = "3.1."} ]