Skip to content

Commit 1485a20

Browse files
authored
Merge pull request #906 from playframework/mergify/bp/3.0.x/pr-905
[3.0.x] Pin hibernate (backport #905) by @mkurz
2 parents 4cd8147 + 25984e8 commit 1485a20

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 = "org.playframework", artifactId = "play-slick", version = "6." },
37-
{ groupId = "org.playframework", artifactId = "play-slick-evolutions", version = "6." }
37+
{ groupId = "org.playframework", artifactId = "play-slick-evolutions", version = "6." },
38+
{ groupId = "org.hibernate", artifactId = "hibernate-core", version = "6." }
3839
]
3940

4041
buildRoots = [

0 commit comments

Comments
 (0)