Skip to content

Commit

Permalink
Update circe-core, circe-literal to 0.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 20, 2022
1 parent 5636300 commit 55d7147
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/circe/build.sbt
Expand Up @@ -6,8 +6,8 @@ name := "pureconfig-circe"
crossScalaVersions := Seq(scala212, scala213)

libraryDependencies ++= Seq(
"io.circe" %% "circe-core" % "0.14.1",
"io.circe" %% "circe-literal" % "0.14.1" % Test,
"io.circe" %% "circe-core" % "0.14.2",
"io.circe" %% "circe-literal" % "0.14.2" % Test,
"org.typelevel" %% "jawn-parser" % "1.3.2" % Test
)

Expand Down

0 comments on commit 55d7147

Please sign in to comment.