Skip to content

Commit

Permalink
fix: fix scala-steward configuration (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
raboof authored Jun 24, 2024
1 parent d294f69 commit 755e553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .scala-steward.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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." }
{ groupId = "org.hibernate", version="5." }
# use mssql-jdbc Java 8 artifacts
{ groupId = "com.microsoft.sqlserver", version = { contains = "jre8" } }

Expand Down

0 comments on commit 755e553

Please sign in to comment.