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 9cb80c398 Update jline to 3.26.1
9cb80c398 is described below
commit 9cb80c39898f65c1712a03eefd20e0ce57033237
Author: Scala Steward <[email protected]>
AuthorDate: Thu Apr 25 13:16:48 2024 +0000
Update jline to 3.26.1
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index cdabf53d8..cab7aa7dd 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.jline" % "jline" % "3.26.1",
"org.rogach" %% "scallop" % "5.1.0",
"net.sf.expectit" % "expectit-core" % "0.9.0" % "test"
)