diff --git a/project/Deps.scala b/project/Deps.scala index bb25a47482..5c0faeeddb 100644 --- a/project/Deps.scala +++ b/project/Deps.scala @@ -31,7 +31,7 @@ object Deps { def http4sBlazeServer = "org.http4s" %% "http4s-blaze-server" % versions.http4s def http4sDsl = "org.http4s" %% "http4s-dsl" % versions.http4s def jansi = "org.fusesource.jansi" % "jansi" % "1.18" - def jlineTerminalJansi = "org.jline" % "jline-terminal-jansi" % "3.13.1" + def jlineTerminalJansi = "org.jline" % "jline-terminal-jansi" % "3.13.2" def jsoup = "org.jsoup" % "jsoup" % "1.12.1" def junit = "junit" % "junit" % "4.12" def logbackClassic = "ch.qos.logback" % "logback-classic" % "1.2.3"