Skip to content

Commit

Permalink
Update jawn-parser to 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 5, 2022
1 parent b60f7e8 commit ac122b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/circe/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ crossScalaVersions := Seq(scala212, scala213)
libraryDependencies ++= Seq(
"io.circe" %% "circe-core" % "0.14.1",
"io.circe" %% "circe-literal" % "0.14.1" % Test,
"org.typelevel" %% "jawn-parser" % "1.3.0" % Test
"org.typelevel" %% "jawn-parser" % "1.3.2" % Test
)

developers := List(
Expand Down

0 comments on commit ac122b2

Please sign in to comment.