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 41115da6f Update jline to 3.27.0
41115da6f is described below
commit 41115da6f75e9a160e57c51c57f8526822ce16e8
Author: Scala Steward <[email protected]>
AuthorDate: Fri Sep 20 14:06:14 2024 +0000
Update jline to 3.27.0
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index e1e7c0664..bd02fb144 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -45,7 +45,7 @@ object Dependencies {
)
lazy val cli = Seq(
- "org.jline" % "jline" % "3.26.3",
+ "org.jline" % "jline" % "3.27.0",
"org.rogach" %% "scallop" % "5.1.0",
"net.sf.expectit" % "expectit-core" % "0.9.0" % "test"
)