Merge pull request #838 from psforever/renovate/circe

Update circe to v0.14.1
This commit is contained in:
Fate-JH 2021-05-27 22:59:18 -04:00 committed by GitHub
commit ca31222874
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.14.0",
"io.circe" %% "circe-generic" % "0.14.0",
"io.circe" %% "circe-parser" % "0.14.0",
"io.circe" %% "circe-core" % "0.14.1",
"io.circe" %% "circe-generic" % "0.14.1",
"io.circe" %% "circe-parser" % "0.14.1",
"org.scala-lang.modules" %% "scala-parallel-collections" % "1.0.3",
"org.bouncycastle" % "bcprov-jdk15on" % "1.68",
"org.codehaus.janino" % "janino" % "3.1.4"