From 5b087774bed7261415aa557dd91052f4f25cccaf Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 15 Nov 2020 12:46:56 +0000 Subject: [PATCH] Update dependency com.github.nscala-time:nscala-time to v2.26.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 20c003ad..2adabd6c 100644 --- a/build.sbt +++ b/build.sbt @@ -58,7 +58,7 @@ lazy val psforeverSettings = Seq( "org.log4s" %% "log4s" % "1.9.0", "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.nscala-time" %% "nscala-time" % "2.26.0", "com.github.t3hnar" %% "scala-bcrypt" % "4.3.0", "org.scala-graph" %% "graph-core" % "1.13.2", "io.kamon" %% "kamon-bundle" % "2.1.8",