From 5c0cea4c461d8f481e03f072a90ca2993d188008 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 26 May 2021 15:01:39 +0000 Subject: [PATCH] Update circe to v0.14.0 --- build.sbt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index 0d594be8..9541ff49 100644 --- a/build.sbt +++ b/build.sbt @@ -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"