From 9d899d025b032891bf2b4c114d1fef957750bc29 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 20 Feb 2024 05:46:44 +0000 Subject: [PATCH] Update jline to 2.14.6 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 3ee67480b..222d4675e 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -7,7 +7,7 @@ addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.7") libraryDependencies += "org.scala-sbt" %% "scripted-plugin" % sbtVersion.value // Scripted plugin needs to declare this as a dependency -libraryDependencies += "jline" % "jline" % "2.11" +libraryDependencies += "jline" % "jline" % "2.14.6" // For code formatting addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2")