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 5affe5c6e Update jline to 3.27.1
5affe5c6e is described below
commit 5affe5c6e2cb719c09158031d0d919c154c9af41
Author: Scala Steward <[email protected]>
AuthorDate: Wed Oct 16 13:08:06 2024 +0000
Update jline to 3.27.1
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index bd02fb144..5acddfbfe 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -45,7 +45,7 @@ object Dependencies {
)
lazy val cli = Seq(
- "org.jline" % "jline" % "3.27.0",
+ "org.jline" % "jline" % "3.27.1",
"org.rogach" %% "scallop" % "5.1.0",
"net.sf.expectit" % "expectit-core" % "0.9.0" % "test"
)