From 2b7bb16fda00f5a32c53b5810eb8f234a2ede9c6 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 20 Jun 2021 07:25:42 +0000 Subject: [PATCH] Update dependency com.beachape:enumeratum to v1.7.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 6c42304ed..4bdea8464 100644 --- a/build.sbt +++ b/build.sbt @@ -70,7 +70,7 @@ lazy val psforeverSettings = Seq( "org.postgresql" % "postgresql" % "42.2.22", "com.typesafe" % "config" % "1.4.1", "com.github.pureconfig" %% "pureconfig" % "0.16.0", - "com.beachape" %% "enumeratum" % "1.6.1", + "com.beachape" %% "enumeratum" % "1.7.0", "joda-time" % "joda-time" % "2.10.10", "commons-io" % "commons-io" % "2.10.0", "com.github.scopt" %% "scopt" % "4.0.1",