Skip to content

Commit 824f173

Browse files
authored
Update README.md
Switched out 0.27 for 3.0
1 parent ca07d28 commit 824f173

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## What is Parsley?
44
Parsley is a very fast parser combinator library for Scala based on a Haskell-style Parsec API.
55

6-
## How do I use it? [![Scaladoc](https://javadoc-badge.appspot.com/com.github.j-mie6/parsley_2.13.svg?label=scaladoc)](https://javadoc-badge.appspot.com/com.github.j-mie6/parsley_2.13) [![Maven Central](https://img.shields.io/maven-central/v/com.github.j-mie6/parsley_2.12?label=maven-central-2.12)](https://mvnrepository.com/artifact/com.github.j-mie6/parsley_2.12) [![Maven Central](https://img.shields.io/maven-central/v/com.github.j-mie6/parsley_2.13?label=maven-central-2.13)](https://mvnrepository.com/artifact/com.github.j-mie6/parsley_2.13) [![Maven Central](https://img.shields.io/maven-central/v/com.github.j-mie6/parsley_0.27?label=maven-central-0.27)](https://mvnrepository.com/artifact/com.github.j-mie6/parsley_0.27)
6+
## How do I use it? [![Scaladoc](https://javadoc-badge.appspot.com/com.github.j-mie6/parsley_2.13.svg?label=scaladoc)](https://javadoc-badge.appspot.com/com.github.j-mie6/parsley_2.13) [![Maven Central](https://img.shields.io/maven-central/v/com.github.j-mie6/parsley_2.12?label=maven-central-2.12)](https://mvnrepository.com/artifact/com.github.j-mie6/parsley_2.12) [![Maven Central](https://img.shields.io/maven-central/v/com.github.j-mie6/parsley_2.13?label=maven-central-2.13)](https://mvnrepository.com/artifact/com.github.j-mie6/parsley_2.13) [![Maven Central](https://img.shields.io/maven-central/v/com.github.j-mie6/parsley_3.0.0-M3?label=maven-central-3.0.0-M3)](https://mvnrepository.com/artifact/com.github.j-mie6/parsley_3.0.0-M3) <!--[![Maven Central](https://img.shields.io/maven-central/v/com.github.j-mie6/parsley_0.27?label=maven-central-0.27)](https://mvnrepository.com/artifact/com.github.j-mie6/parsley_0.27)-->
77

88
Parsley is distributed on Maven Central, and can be added to your project via:
99

0 commit comments

Comments
 (0)