Skip to content

Commit

Permalink
pin h2 in .scala-steward.conf (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning authored Jul 22, 2024
1 parent a8967f0 commit d2d1366
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 @@ -8,6 +8,8 @@ updates.pin = [
{ groupId = "org.hibernate", version="5." }
# use mssql-jdbc Java 8 artifacts
{ groupId = "com.microsoft.sqlserver", version = { contains = "jre8" } }
# Pin h2 to v2.2 because v2.3 needs JDK11
{ groupId = "com.h2database", version="2.2." }

# Pin sbt-paradox to v0.9.x because 0.10.x needs JDK 11
{ groupId = "com.lightbend.paradox", artifactId = "sbt-paradox-project-info", version = "0.9." },
Expand Down

0 comments on commit d2d1366

Please sign in to comment.