This is an automated email from the ASF dual-hosted git repository.
olabusayo 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 fdc1cd851 Update jline to 3.30.0
fdc1cd851 is described below
commit fdc1cd851721151b9cce95e2a0cb1211bd1ad334
Author: Scala Steward <[email protected]>
AuthorDate: Sat May 10 14:09:44 2025 +0000
Update jline to 3.30.0
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 0e93d6600..5ce19a730 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -45,7 +45,7 @@ object Dependencies {
)
lazy val cli = Seq(
- "org.jline" % "jline" % "3.29.0",
+ "org.jline" % "jline" % "3.30.0",
"org.rogach" %% "scallop" % "5.2.0",
"net.sf.expectit" % "expectit-core" % "0.9.0" % "test"
)