We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab2c1c9 commit 74701d7Copy full SHA for 74701d7
build.sbt
@@ -90,7 +90,7 @@ lazy val `jadd-cli` = project
90
},
91
libraryDependencies ++= Seq(
92
"com.github.scopt" %% "scopt" % "4.1.0",
93
- "org.jline" % "jline" % "3.27.0",
+ "org.jline" % "jline" % "3.27.1",
94
"com.lihaoyi" %% "ujson" % "4.1.0",
95
"ru.lanwen.verbalregex" % "java-verbal-expressions" % "1.8",
96
"org.scalatest" %% "scalatest" % "3.2.19" % Test,
0 commit comments