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-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 6388603f chore: pin sbt to 1.x (#220)
6388603f is described below

commit 6388603fc88c1ab5e74f00a703e5c80544701809
Author: Arnout Engelen <[email protected]>
AuthorDate: Fri Aug 7 09:37:07 2026 +0200

    chore: pin sbt to 1.x (#220)
    
    until https://github.com/apache/pekko-sbt-paradox/issues/182
---
 .scala-steward.conf | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.scala-steward.conf b/.scala-steward.conf
new file mode 100644
index 00000000..5ecdc928
--- /dev/null
+++ b/.scala-steward.conf
@@ -0,0 +1,4 @@
+updates.pin = [
+  # blocked on https://github.com/apache/pekko-sbt-paradox/issues/182
+  { 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