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

pjfanning 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 16b9337f pin sbt version in scala-steward configuration (#539)
16b9337f is described below

commit 16b9337ff5f776531662fafd2ead94835612517b
Author: PJ Fanning <[email protected]>
AuthorDate: Mon Jun 22 12:07:23 2026 +0100

    pin sbt version in scala-steward configuration (#539)
    
    * pin sbt version in scala-steward configuration
    
    * Fix formatting issue in .scala-steward.conf
---
 .scala-steward.conf | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.scala-steward.conf b/.scala-steward.conf
index 598d7015..d7ca43d1 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