From d59e709989336adad4f578bf048c5dc19c5eb1b6 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 23 Oct 2020 23:20:23 +0000 Subject: [PATCH] Update dependency joda-time:joda-time to v2.10.8 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d8e8c3bb..af095072 100644 --- a/build.sbt +++ b/build.sbt @@ -70,7 +70,7 @@ lazy val psforeverSettings = Seq( "com.typesafe" % "config" % "1.4.0", "com.github.pureconfig" %% "pureconfig" % "0.14.0", "com.beachape" %% "enumeratum" % "1.6.1", - "joda-time" % "joda-time" % "2.10.7", + "joda-time" % "joda-time" % "2.10.8", "commons-io" % "commons-io" % "2.8.0", "com.github.scopt" %% "scopt" % "4.0.0-RC2", "io.sentry" % "sentry-logback" % "1.7.30",