Skip to content

Commit

Permalink
pin hibernate in .scala-steward.conf (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning authored Jun 16, 2024
1 parent f67931f commit 7b23782
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .scala-steward.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ updates.ignore = [
updates.pin = [
# Pin logback to v1.3.x because v1.4.x needs JDK11
{ groupId = "ch.qos.logback", version="1.3." }
# Pin hibernate to v5.x because v6.x needs JDK11
{ groupId = "org.hibernate" version="5." }
# use mssql-jdbc Java 8 artifacts
{ groupId = "com.microsoft.sqlserver", version = { contains = "jre8" } }

Expand Down

0 comments on commit 7b23782

Please sign in to comment.