Skip to content

Commit

Permalink
3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Jun 18, 2024
1 parent cb052a3 commit 0926ba1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 4 additions & 1 deletion readme/Changelog.scalatex
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
@import Main._
@sect{Change Log}

@sect{3.1.1}
@ul
@li
Fix spurious warnings @lnk("#285", "https://github.com/com-lihaoyi/fastparse/issues/285")"
@sect{3.1.0}
@ul
@li
Expand Down
8 changes: 4 additions & 4 deletions readme/GettingStarted.scalatex
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@
To begin using FastParse, add the following to your build config

@hl.scala
"com.lihaoyi" %% "fastparse" % "3.1.0" // SBT
ivy"com.lihaoyi::fastparse:3.1.0" // Mill
"com.lihaoyi" %% "fastparse" % "3.1.1" // SBT
ivy"com.lihaoyi::fastparse:3.1.1" // Mill

@p
To use with Scala.js, you'll need
@hl.scala
"com.lihaoyi" %%% "fastparse" % "3.1.0" // SBT
ivy"com.lihaoyi::fastparse::3.1.0" // Mill
"com.lihaoyi" %%% "fastparse" % "3.1.1" // SBT
ivy"com.lihaoyi::fastparse::3.1.1" // Mill

2 changes: 1 addition & 1 deletion readme/Readme.scalatex
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
)
)

@sect("FastParse 3.1.0", "Fast to write, Fast running Parsers in Scala")
@sect("FastParse 3.1.1", "Fast to write, Fast running Parsers in Scala")
@GettingStarted()

@WritingParsers()
Expand Down

0 comments on commit 0926ba1

Please sign in to comment.