You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by sl...@apache.org on 2021/11/08 12:40:47 UTC

[daffodil] branch main updated: Update scallop to 4.1.0

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 00413b7  Update scallop to 4.1.0
00413b7 is described below

commit 00413b7363aa834ce3af24fecd9401ada2fa272f
Author: Scala Steward <me...@scala-steward.org>
AuthorDate: Sat Nov 6 18:04:50 2021 +0100

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

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 40ae35c..965fb93 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -43,7 +43,7 @@ object Dependencies {
   lazy val cli = Seq(
     "org.fusesource.jansi" % "jansi" % "2.4.0",
     "org.jline" % "jline" % "3.21.0",
-    "org.rogach" %% "scallop" % "4.0.4",
+    "org.rogach" %% "scallop" % "4.1.0",
     "net.sf.expectit" % "expectit-core" % "0.9.0" % "it,test",
     "org.apache.logging.log4j" % "log4j-core" % "2.14.1",
   )