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 d016e9d59 Update jline to 3.26.3
d016e9d59 is described below
commit d016e9d59f7b95db28995926be5edca74f30010f
Author: Scala Steward <[email protected]>
AuthorDate: Mon Jul 22 09:40:13 2024 +0000
Update jline to 3.26.3
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 13eaa268a..9157fc1b6 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -45,7 +45,7 @@ object Dependencies {
)
lazy val cli = Seq(
- "org.jline" % "jline" % "3.26.1",
+ "org.jline" % "jline" % "3.26.3",
"org.rogach" %% "scallop" % "5.1.0",
"net.sf.expectit" % "expectit-core" % "0.9.0" % "test"
)