From 2a5c50c9ecc279e9efcb05a47d4ba2102a9ca1a6 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 14 May 2021 15:31:11 +0000 Subject: [PATCH] Update dependency com.github.nscala-time:nscala-time to v2.28.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4f7e7d14e..48526997f 100644 --- a/build.sbt +++ b/build.sbt @@ -59,7 +59,7 @@ lazy val psforeverSettings = Seq( "org.log4s" %% "log4s" % "1.9.0", "org.fusesource.jansi" % "jansi" % "2.3.2", "org.scoverage" %% "scalac-scoverage-plugin" % "1.4.2", - "com.github.nscala-time" %% "nscala-time" % "2.26.0", + "com.github.nscala-time" %% "nscala-time" % "2.28.0", "com.github.t3hnar" %% "scala-bcrypt" % "4.3.0", "org.scala-graph" %% "graph-core" % "1.13.2", "io.kamon" %% "kamon-bundle" % "2.1.18",