Skip to content

Commit

Permalink
jawn-parser 1.5.1 (was 1.5.0) (#901)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jul 2, 2023
1 parent d990d10 commit d0680bf
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 @@ -154,7 +154,7 @@ lazy val `play-json` = crossProject(JVMPlatform, JSPlatform, NativePlatform)
)
.nativeSettings(
libraryDependencies ++= Seq(
"org.typelevel" %%% "jawn-parser" % "1.5.0"
"org.typelevel" %%% "jawn-parser" % "1.5.1"
)
)
.settings(
Expand Down

0 comments on commit d0680bf

Please sign in to comment.