This is an automated email from the ASF dual-hosted git repository.
slawrence pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/daffodil.git
The following commit(s) were added to refs/heads/main by this push:
new 75b26e42f Update scallop to 5.3.0
75b26e42f is described below
commit 75b26e42f91137bb84616c4342d4ac8a65923f59
Author: Scala Steward <[email protected]>
AuthorDate: Mon Nov 17 17:08:52 2025 +0000
Update scallop to 5.3.0
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 6254de70a..a66ff1be7 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -44,7 +44,7 @@ object Dependencies {
lazy val cli = Seq(
"org.jline" % "jline" % "3.30.5",
- "org.rogach" %% "scallop" % "5.2.0",
+ "org.rogach" %% "scallop" % "5.3.0",
"net.sf.expectit" % "expectit-core" % "0.9.0" % "test"
)