This is an automated email from the ASF dual-hosted git repository.
raboof pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/pekko-http-quickstart-java.g8.git
The following commit(s) were added to refs/heads/main by this push:
new ebca1b5 chore(ci): pin sbt to 1.x (#63)
ebca1b5 is described below
commit ebca1b5b8b2f0d529be9a4e2afb2a101364584e1
Author: Arnout Engelen <[email protected]>
AuthorDate: Sun Aug 30 15:17:36 2026 +0200
chore(ci): pin sbt to 1.x (#63)
Since sbt 2.x is blocked by
https://github.com/apache/pekko-sbt-paradox/issues/182
---
.scala-steward.conf | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/.scala-steward.conf b/.scala-steward.conf
new file mode 100644
index 0000000..b9a1f9e
--- /dev/null
+++ b/.scala-steward.conf
@@ -0,0 +1,6 @@
+updates.pin = [
+ # Until https://github.com/apache/pekko-sbt-paradox/issues/182
+ { groupId = "org.scala-sbt", artifactId = "sbt", version = "1." }
+]
+
+updatePullRequests = "always"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]