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

pjfanning pushed a commit to branch pjfanning-patch-2
in repository https://gitbox.apache.org/repos/asf/pekko-persistence-jdbc.git

commit ed8ef13905ab0fb305f5d06920c7345e134cf295
Author: PJ Fanning <[email protected]>
AuthorDate: Sat Jun 20 19:05:48 2026 +0100

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

diff --git a/.scala-steward.conf b/.scala-steward.conf
index 598d7015..7ced0d74 100644
--- a/.scala-steward.conf
+++ b/.scala-steward.conf
@@ -10,4 +10,6 @@ updates.pin = [
   { groupId = "org.scala-lang", artifactId = "scala3-library", version = 
"3.3." }
   # use mssql-jdbc Java 11 artifacts
   { groupId = "com.microsoft.sqlserver", version = { contains = "jre11" } }
+  # we have too many build plugins that need sbt 1.x
+  { groupId = "org.scala-sbt", artifactId = "sbt"  version = "1." }
 ]


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

Reply via email to