Update circe to v0.14.0

This commit is contained in:
Renovate Bot 2021-05-26 15:01:39 +00:00
parent e71db0b74a
commit 5c0cea4c46
No known key found for this signature in database
GPG key ID: 81C63AE1C224182B

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"