This is an automated email from the ASF dual-hosted git repository.
jadams 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 8a44b5ad8 Update jline to 3.30.1
8a44b5ad8 is described below
commit 8a44b5ad8585320935a33e8d7da176dfab4c8b6b
Author: Scala Steward <[email protected]>
AuthorDate: Fri May 16 13:36:07 2025 +0000
Update jline to 3.30.1
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 5ce19a730..5b115a871 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -45,7 +45,7 @@ object Dependencies {
)
lazy val cli = Seq(
- "org.jline" % "jline" % "3.30.0",
+ "org.jline" % "jline" % "3.30.1",
"org.rogach" %% "scallop" % "5.2.0",
"net.sf.expectit" % "expectit-core" % "0.9.0" % "test"
)