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 8ec51b856 Update scallop to 5.0.1
8ec51b856 is described below
commit 8ec51b856a36967358fc9a9fea326f84f281722a
Author: Scala Steward <[email protected]>
AuthorDate: Mon Nov 6 10:48:31 2023 +0000
Update scallop to 5.0.1
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index acf7fdb48..eacb5c5a4 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -46,7 +46,7 @@ object Dependencies {
lazy val cli = Seq(
"org.fusesource.jansi" % "jansi" % "2.4.1",
"org.jline" % "jline" % "3.22.0",
- "org.rogach" %% "scallop" % "5.0.0",
+ "org.rogach" %% "scallop" % "5.0.1",
"net.sf.expectit" % "expectit-core" % "0.9.0" % "test",
)