Skip to content

Commit 7c7dd07

Browse files
authored
Merge pull request #905 from mkurz/pin_deps
[2.9.x] Pin hibernate
2 parents 36d180b + a8bef24 commit 7c7dd07

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
@@ -34,7 +34,8 @@ updates.pin = [
3434
{ groupId = "com.google.inject", artifactId = "guice", version = "6.0." },
3535
{ groupId = "net.codingwell", artifactId = "scala-guice", version = "6.0." },
3636
{ groupId = "com.typesafe.play", artifactId = "play-slick", version = "5." },
37-
{ groupId = "com.typesafe.play", artifactId = "play-slick-evolutions", version = "5." }
37+
{ groupId = "com.typesafe.play", artifactId = "play-slick-evolutions", version = "5." },
38+
{ groupId = "org.hibernate", artifactId = "hibernate-core", version = "6." }
3839
]
3940

4041
buildRoots = [

0 commit comments

Comments
 (0)