From f9ff229226a784ffeabed72af8ac68dceb6b143f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 2 Oct 2021 12:09:58 +0000 Subject: [PATCH] Update dependency com.github.nscala-time:nscala-time to v2.30.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 380c6df3c..ab2d78d46 100644 --- a/build.sbt +++ b/build.sbt @@ -59,7 +59,7 @@ lazy val psforeverSettings = Seq( "org.log4s" %% "log4s" % "1.10.0", "org.fusesource.jansi" % "jansi" % "2.3.4", "org.scoverage" %% "scalac-scoverage-plugin" % "1.4.2", - "com.github.nscala-time" %% "nscala-time" % "2.28.0", + "com.github.nscala-time" %% "nscala-time" % "2.30.0", "com.github.t3hnar" %% "scala-bcrypt" % "4.3.0", "org.scala-graph" %% "graph-core" % "1.13.3", "io.kamon" %% "kamon-bundle" % "2.1.20",