This is an automated email from the ASF dual-hosted git repository.

jinterrante 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 0e93ce022 Update scallop to 5.1.0
0e93ce022 is described below

commit 0e93ce022c0b9f5326089821e619d8bdfc3023b6
Author: Scala Steward <[email protected]>
AuthorDate: Sat Mar 16 14:08:15 2024 +0000

    Update scallop to 5.1.0
---
 project/Dependencies.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 96d416e33..fb924f25f 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -45,7 +45,7 @@ object Dependencies {
 
   lazy val cli = Seq(
     "org.jline" % "jline" % "3.25.1",
-    "org.rogach" %% "scallop" % "5.0.1",
+    "org.rogach" %% "scallop" % "5.1.0",
     "net.sf.expectit" % "expectit-core" % "0.9.0" % "test",
   )
 

Reply via email to