Skip to content

Commit 0926ba1

Browse files
committed
3.1.1
1 parent cb052a3 commit 0926ba1

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

readme/Changelog.scalatex

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
@import Main._
22
@sect{Change Log}
3-
3+
@sect{3.1.1}
4+
@ul
5+
@li
6+
Fix spurious warnings @lnk("#285", "https://github.com/com-lihaoyi/fastparse/issues/285")"
47
@sect{3.1.0}
58
@ul
69
@li

readme/GettingStarted.scalatex

+4-4
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@
5050
To begin using FastParse, add the following to your build config
5151

5252
@hl.scala
53-
"com.lihaoyi" %% "fastparse" % "3.1.0" // SBT
54-
ivy"com.lihaoyi::fastparse:3.1.0" // Mill
53+
"com.lihaoyi" %% "fastparse" % "3.1.1" // SBT
54+
ivy"com.lihaoyi::fastparse:3.1.1" // Mill
5555

5656
@p
5757
To use with Scala.js, you'll need
5858
@hl.scala
59-
"com.lihaoyi" %%% "fastparse" % "3.1.0" // SBT
60-
ivy"com.lihaoyi::fastparse::3.1.0" // Mill
59+
"com.lihaoyi" %%% "fastparse" % "3.1.1" // SBT
60+
ivy"com.lihaoyi::fastparse::3.1.1" // Mill
6161

readme/Readme.scalatex

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
)
2121
)
2222

23-
@sect("FastParse 3.1.0", "Fast to write, Fast running Parsers in Scala")
23+
@sect("FastParse 3.1.1", "Fast to write, Fast running Parsers in Scala")
2424
@GettingStarted()
2525

2626
@WritingParsers()

0 commit comments

Comments
 (0)