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-projection.git
The following commit(s) were added to refs/heads/main by this push:
new 459e01a6 pin sbt 1.x dependency in scala-steward config (#535)
459e01a6 is described below
commit 459e01a61cfaeb822fabefa05e3f41b4e79c6404
Author: PJ Fanning <[email protected]>
AuthorDate: Sat Jun 20 18:57:08 2026 +0100
pin sbt 1.x dependency in scala-steward config (#535)
---
.scala-steward.conf | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.scala-steward.conf b/.scala-steward.conf
index 3bcfd85f..b8b63bfd 100644
--- a/.scala-steward.conf
+++ b/.scala-steward.conf
@@ -8,6 +8,8 @@ updates.pin = [
{ groupId = "com.microsoft.sqlserver", version = { contains = "jre11" } }
# Scala 3.3 is a LTS
{ groupId = "org.scala-lang", artifactId = "scala3-library", version =
"3.3." }
+ # we have too many build plugins that need sbt 1.x
+ { groupId = "org.scala-sbt", artifactId = "sbt" version = "1." }
]
updatePullRequests = "always"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]