Skip to content

Commit

Permalink
Update fastparse to 2.3.3 (#1034)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Sep 7, 2021
1 parent f4dd78c commit 30da498
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 @@ -117,7 +117,7 @@ lazy val core = project
Seq(
"com.propensive" %% "magnolia" % magnoliaVersion,
"com.propensive" %% "mercator" % mercatorVersion,
"com.lihaoyi" %% "fastparse" % "2.3.2",
"com.lihaoyi" %% "fastparse" % "2.3.3",
"com.typesafe.play" %% "play-json" % playJsonVersion % Optional,
"dev.zio" %% "zio-json" % zioJsonVersion % Optional
)
Expand Down

0 comments on commit 30da498

Please sign in to comment.