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 2479db8e5 Update scallop to 5.2.0
2479db8e5 is described below
commit 2479db8e58bd53ea879de0c229301ef4e047efd7
Author: Scala Steward <[email protected]>
AuthorDate: Sat Dec 7 13:48:07 2024 +0000
Update scallop to 5.2.0
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 5bbea4642..9110021fc 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -46,7 +46,7 @@ object Dependencies {
lazy val cli = Seq(
"org.jline" % "jline" % "3.28.0",
- "org.rogach" %% "scallop" % "5.1.0",
+ "org.rogach" %% "scallop" % "5.2.0",
"net.sf.expectit" % "expectit-core" % "0.9.0" % "test"
)