Merge pull request #836 from psforever/renovate/circe

Update circe to v0.14.0
This commit is contained in:
Fate-JH 2021-05-26 11:31:21 -04:00 committed by GitHub
commit ebb4ce3a3d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -75,9 +75,9 @@ lazy val psforeverSettings = Seq(
"commons-io" % "commons-io" % "2.9.0",
"com.github.scopt" %% "scopt" % "4.0.1",
"io.sentry" % "sentry-logback" % "4.3.0",
"io.circe" %% "circe-core" % "0.13.0",
"io.circe" %% "circe-generic" % "0.13.0",
"io.circe" %% "circe-parser" % "0.13.0",
"io.circe" %% "circe-core" % "0.14.0",
"io.circe" %% "circe-generic" % "0.14.0",
"io.circe" %% "circe-parser" % "0.14.0",
"org.scala-lang.modules" %% "scala-parallel-collections" % "1.0.3",
"org.bouncycastle" % "bcprov-jdk15on" % "1.68",
"org.codehaus.janino" % "janino" % "3.1.4"