Skip to content

Commit

Permalink
Update fastparse to 2.2.2 (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and ghostdogpr committed Dec 27, 2019
1 parent bbf7138 commit bcfccab
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 @@ -57,7 +57,7 @@ lazy val core = crossProject(JSPlatform, JVMPlatform)
.settings(
testFrameworks := Seq(new TestFramework("zio.test.sbt.ZTestFramework")),
libraryDependencies ++= Seq(
"com.lihaoyi" %%% "fastparse" % "2.2.0",
"com.lihaoyi" %%% "fastparse" % "2.2.2",
"com.propensive" %%% "magnolia" % "0.12.5",
"com.propensive" %%% "mercator" % "0.3.0",
"dev.zio" %%% "zio" % "1.0.0-RC17",
Expand Down

0 comments on commit bcfccab

Please sign in to comment.