Skip to content

Commit

Permalink
Update circe-generic, circe-parser to 0.14.2 (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
majk-p authored Jun 13, 2022
1 parent af75ad7 commit 9693cfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ lazy val sqs = module("sqs", directory = "connectors")
lazy val circe = module("circe", directory = "addons")
.settings(
libraryDependencies ++= Seq(
"io.circe" %% "circe-parser" % "0.14.1",
"io.circe" %% "circe-parser" % "0.14.2",
"org.typelevel" %% "jawn-parser" % "1.3.2"
)
)
Expand Down Expand Up @@ -198,7 +198,7 @@ lazy val demo = module("demo")
publishArtifact := false,
// mimaPreviousArtifacts := Set(), // TODO
libraryDependencies ++= Seq(
"io.circe" %% "circe-generic" % "0.14.1",
"io.circe" %% "circe-generic" % "0.14.2",
"org.typelevel" %% "log4cats-core" % Versions.Log4Cats,
"org.typelevel" %% "log4cats-slf4j" % Versions.Log4Cats,
"ch.qos.logback" % "logback-classic" % "1.2.11"
Expand Down

0 comments on commit 9693cfd

Please sign in to comment.