This is an automated email from the ASF dual-hosted git repository.

fanningpj pushed a commit to branch pjfanning-patch-1
in repository https://gitbox.apache.org/repos/asf/pekko-projection.git

commit fd0e358dfc72a24777507c14b3f5be89e04f680b
Author: PJ Fanning <[email protected]>
AuthorDate: Sun Jul 21 06:03:09 2024 +0100

    pin h2 in .scala-steward.conf
---
 .scala-steward.conf | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.scala-steward.conf b/.scala-steward.conf
index b37e331..89b0dec 100644
--- a/.scala-steward.conf
+++ b/.scala-steward.conf
@@ -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." },


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to