This is an automated email from the ASF dual-hosted git repository.
Philippus 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 462de9b0 Fix issue in .scala-steward.conf (#536)
462de9b0 is described below
commit 462de9b0a158c6060f2bd9a1c87e6fc392e7c85b
Author: PJ Fanning <[email protected]>
AuthorDate: Sat Jun 20 19:48:24 2026 +0100
Fix issue in .scala-steward.conf (#536)
---
.scala-steward.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.scala-steward.conf b/.scala-steward.conf
index b8b63bfd..77ac4462 100644
--- a/.scala-steward.conf
+++ b/.scala-steward.conf
@@ -9,7 +9,7 @@ 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." }
+ { groupId = "org.scala-sbt", artifactId = "sbt", version = "1." }
]
updatePullRequests = "always"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]