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-persistence-cassandra.git
The following commit(s) were added to refs/heads/main by this push:
new 516cc8a Add sbt 1.x to updates pin list (#432)
516cc8a is described below
commit 516cc8ab32db47d24fd6b8cafea26e1bbdb12c71
Author: PJ Fanning <[email protected]>
AuthorDate: Sat Jun 20 19:30:28 2026 +0100
Add sbt 1.x to updates pin list (#432)
* Add Scala 3.3 and sbt 1.x to updates pin list
* 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 fb46b80..6e76ac2 100644
--- a/.scala-steward.conf
+++ b/.scala-steward.conf
@@ -1,6 +1,8 @@
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." }
]
updates.ignore = [
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]