Skip to content

Commit

Permalink
Update jawn-parser to 1.5.1 in master
Browse files Browse the repository at this point in the history
  • Loading branch information
argonaut-bot[bot] authored and xuwei-k committed Jun 27, 2023
1 parent 67bb53a commit 4c4d88d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ val argonautJawn = argonautCrossProject(
).settings(
name := "argonaut-jawn"
, libraryDependencies ++= Seq(
"org.typelevel" %%% "jawn-parser" % "1.5.0"
"org.typelevel" %%% "jawn-parser" % "1.5.1"
)
).dependsOn(argonaut % "compile->compile;test->test")

Expand Down

0 comments on commit 4c4d88d

Please sign in to comment.