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-grpc-quickstart-scala.g8.git


The following commit(s) were added to refs/heads/main by this push:
     new 130bb64  sbt 1 needed in this repo (#43)
130bb64 is described below

commit 130bb64f18f55cc68b7201d3f3c6a73cde26b1b4
Author: PJ Fanning <[email protected]>
AuthorDate: Sat Jul 18 23:41:17 2026 +0100

    sbt 1 needed in this repo (#43)
    
    * sbt 1 needed in this repo
    
    * Update paradox.sbt
---
 .scala-steward.conf      | 6 ++++++
 project/build.properties | 2 +-
 project/paradox.sbt      | 2 ++
 3 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/.scala-steward.conf b/.scala-steward.conf
new file mode 100644
index 0000000..9782b83
--- /dev/null
+++ b/.scala-steward.conf
@@ -0,0 +1,6 @@
+updates.pin = [
+  # we have too many build plugins that need sbt 1.x
+  { groupId = "org.scala-sbt", artifactId = "sbt", version = "1." }
+]
+
+updatePullRequests = "always"
diff --git a/project/build.properties b/project/build.properties
index 3e39c25..e544c4d 100644
--- a/project/build.properties
+++ b/project/build.properties
@@ -1 +1 @@
-sbt.version=2.0.2
+sbt.version=1.12.14
diff --git a/project/paradox.sbt b/project/paradox.sbt
index 3266aba..32b21e2 100644
--- a/project/paradox.sbt
+++ b/project/paradox.sbt
@@ -1 +1,3 @@
 addSbtPlugin("org.apache.pekko" % "pekko-sbt-paradox" % "1.0.1")
+addSbtPlugin("com.lightbend.paradox" % "sbt-paradox-theme" % "0.10.7")
+addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.10.7")


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

Reply via email to