Skip to content

Commit e262041

Browse files
authored
Merge pull request #368 from mkurz/pin_deps
[2.9.x] Pin scalatestplus-play
2 parents f3463de + a17ab5a commit e262041

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/scala-steward.conf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,6 @@ updates.pin = [
3838
{ groupId = "com.typesafe.play", artifactId = "play-json", version = "2.10." },
3939
{ groupId = "com.typesafe.play", artifactId = "play-functional", version = "2.10." },
4040
{ groupId = "com.typesafe.play", artifactId = "play-slick", version = "5." },
41-
{ groupId = "com.typesafe.play", artifactId = "play-slick-evolutions", version = "5." }
41+
{ groupId = "com.typesafe.play", artifactId = "play-slick-evolutions", version = "5." },
42+
{ groupId = "org.scalatestplus.play", artifactId = "scalatestplus-play", version = "6." }
4243
]

0 commit comments

Comments
 (0)