This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-persistence-jdbc.git
The following commit(s) were added to refs/heads/main by this push:
new 7c56d01 pin h2 in .scala-steward.conf (#213)
7c56d01 is described below
commit 7c56d01d77d06e57da4576af4c5ab7bac243e31d
Author: PJ Fanning <[email protected]>
AuthorDate: Mon Jul 22 09:58:39 2024 +0100
pin h2 in .scala-steward.conf (#213)
---
.scala-steward.conf | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/.scala-steward.conf b/.scala-steward.conf
index a5108cf..0f2f32f 100644
--- a/.scala-steward.conf
+++ b/.scala-steward.conf
@@ -1,10 +1,6 @@
pullRequests.frequency = "@monthly"
updates.ignore = [
- // explicit updates
- { groupId = "com.typesafe.akka" }
- # So we don't update the JDK version of sql server since it puts the JDK its
built with in the artifact version
- { groupId = "com.microsoft.sqlserver", artifactId = "mssql-jdbc" }
]
updatePullRequests = never
@@ -12,9 +8,13 @@ updatePullRequests = never
updates.pin = [
# Pin logback to v1.3.x because v1.4.x needs JDK11
{ groupId = "ch.qos.logback", version="1.3." }
+ # 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." }
{ groupId = "com.lightbend.paradox", artifactId = "sbt-paradox", version =
"0.9." }
# Scala 3.3 is a LTS
{ groupId = "org.scala-lang", artifactId = "scala3-library", version =
"3.3." }
+ # use mssql-jdbc Java 8 artifacts
+ { groupId = "com.microsoft.sqlserver", version = { contains = "jre8" } }
]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]