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 d027bda06 Update jline to 3.30.6
d027bda06 is described below
commit d027bda067984e88d9f868c78b925b946866e5e3
Author: Scala Steward <[email protected]>
AuthorDate: Thu Sep 11 13:59:28 2025 +0000
Update jline to 3.30.6
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 815816deb..48e02b9d5 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -43,7 +43,7 @@ object Dependencies {
)
lazy val cli = Seq(
- "org.jline" % "jline" % "3.30.5",
+ "org.jline" % "jline" % "3.30.6",
"org.rogach" %% "scallop" % "5.3.0",
"net.sf.expectit" % "expectit-core" % "0.9.0" % "test"
)