Update dependency org.fusesource.jansi:jansi to v1.18

This commit is contained in:
Renovate Bot 2020-09-02 05:51:58 +00:00 committed by Jakob Gillich
parent 549d2b53fd
commit 23f02c180f

View file

@ -55,7 +55,7 @@ lazy val psforeverSettings = Seq(
"com.typesafe.akka" %% "akka-slf4j" % "2.6.8",
"ch.qos.logback" % "logback-classic" % "1.2.3",
"org.log4s" %% "log4s" % "1.8.2",
"org.fusesource.jansi" % "jansi" % "1.12",
"org.fusesource.jansi" % "jansi" % "1.18",
"org.scoverage" %% "scalac-scoverage-plugin" % "1.4.1",
"com.github.nscala-time" %% "nscala-time" % "2.24.0",
"com.github.t3hnar" %% "scala-bcrypt" % "4.3.0",