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-connectors-kafka.git
The following commit(s) were added to refs/heads/main by this push:
new 9533c25f Add sbt version pinning to scala-steward config (#566)
9533c25f is described below
commit 9533c25f6971fdbc4aea6a0d8dc8fac3f7ad22f9
Author: PJ Fanning <[email protected]>
AuthorDate: Sat Jun 20 19:31:02 2026 +0100
Add sbt version pinning to scala-steward config (#566)
* Add sbt version pinning to scala-steward config
* Fix syntax error in .scala-steward.conf
---
.scala-steward.conf | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.scala-steward.conf b/.scala-steward.conf
index 440df0c0..359a20df 100644
--- a/.scala-steward.conf
+++ b/.scala-steward.conf
@@ -4,6 +4,8 @@ updates.ignore = [
updates.pin = [
# 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]