diff --git a/modules/core/src/main/resources/default.scala-steward.conf b/modules/core/src/main/resources/default.scala-steward.conf index 073e88fcca..ccfd378fb3 100644 --- a/modules/core/src/main/resources/default.scala-steward.conf +++ b/modules/core/src/main/resources/default.scala-steward.conf @@ -31,7 +31,6 @@ updates.ignore = [ // Wait with sbt 1.9.5 until we know more about https://github.com/scala/bug/issues/12868 { groupId = "org.scala-sbt", artifactId = "sbt", version = { exact = "1.9.5" } }, // The following libraries were published with sbt 1.9.5 and should therefore not be released into the wild: - { groupId = "com.typesafe.play", version = { exact = "2.9.0-RC1" } }, { groupId = "com.typesafe.play", artifactId = "sbt-play-ebean", version = { exact = "7.0.0-RC1" } }, { groupId = "com.typesafe.play", artifactId = "play-ebean", version = { exact = "7.0.0-RC1" } }, { groupId = "com.typesafe.play", artifactId = "play-file-watch", version = { exact = "1.2.0" } },