This is an automated email from the ASF dual-hosted git repository. pjfanning pushed a commit to branch sbt1 in repository https://gitbox.apache.org/repos/asf/pekko-http-quickstart-scala.g8.git
commit 039efa1fea1bcf3a3445bdebc4d7a6f1147af5a5 Author: PJ Fanning <[email protected]> AuthorDate: Sat Jul 18 22:46:50 2026 +0100 pin sbt1 --- .scala-steward.conf | 6 ++++++ project/build.properties | 2 +- 2 files changed, 7 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 7c1916d..e544c4d 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.12.12 +sbt.version=1.12.14 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
