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 0834ebe pin sbt-java-formatter to 0.9.x (#285)
0834ebe is described below
commit 0834ebef066edf5866a3808204432f770352df7d
Author: Arnout Engelen <[email protected]>
AuthorDate: Mon Apr 14 22:35:53 2025 +0200
pin sbt-java-formatter to 0.9.x (#285)
---
.scala-steward.conf | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.scala-steward.conf b/.scala-steward.conf
index 7ea12b9..dd7f49f 100644
--- a/.scala-steward.conf
+++ b/.scala-steward.conf
@@ -13,6 +13,8 @@ updates.pin = [
# 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." }
+ # Pin sbt-java-formatter to v0.9.x because 0.10.x needs JDK 11
+ { groupId = "com.lightbend.sbt", artifactId = "sbt-java-formatter", 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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]