Merge pull request #873 from psforever/renovate/com.beachape-enumeratum-1.x

Update dependency com.beachape:enumeratum to v1.7.0
This commit is contained in:
Fate-JH 2021-06-21 23:42:02 -04:00 committed by GitHub
commit 90e09a335a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -70,7 +70,7 @@ lazy val psforeverSettings = Seq(
"org.postgresql" % "postgresql" % "42.2.22", "org.postgresql" % "postgresql" % "42.2.22",
"com.typesafe" % "config" % "1.4.1", "com.typesafe" % "config" % "1.4.1",
"com.github.pureconfig" %% "pureconfig" % "0.16.0", "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", "joda-time" % "joda-time" % "2.10.10",
"commons-io" % "commons-io" % "2.10.0", "commons-io" % "commons-io" % "2.10.0",
"com.github.scopt" %% "scopt" % "4.0.1", "com.github.scopt" %% "scopt" % "4.0.1",