Update circe to v0.14.1

This commit is contained in:
Renovate Bot 2021-05-26 17:15:52 +00:00
parent 195b2aaf3f
commit dded18dfac
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.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"