Skip to content

Commit 25984e8

Browse files
committed
Pin hibernate
(cherry picked from commit a8bef24) # Conflicts: # .github/scala-steward.conf
1 parent 4cd8147 commit 25984e8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.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)