Skip to content

Commit aad142c

Browse files
committed
README bump [skip ci]
1 parent 6266d65 commit aad142c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ Parsley is distributed on Maven Central, and can be added to your project via:
99

1010
```scala
1111
// SBT
12-
libraryDependencies += "com.github.j-mie6" %% "parsley" % "4.5.0"
12+
libraryDependencies += "com.github.j-mie6" %% "parsley" % "4.5.1"
1313

1414
// scala-cli
15-
--dependency com.github.j-mie6::parsley:4.5.0
15+
--dependency com.github.j-mie6::parsley:4.5.1
1616
// or in file
17-
//> using dep com.github.j-mie6::parsley:4.5.0
17+
//> using dep com.github.j-mie6::parsley:4.5.1
1818

1919
// mill
20-
ivy"com.github.j-mie6::parsley:4.5.0"
20+
ivy"com.github.j-mie6::parsley:4.5.1"
2121
```
2222

2323
Documentation can be found [**here**](https://javadoc.io/doc/com.github.j-mie6/parsley_2.13/latest/index.html)

0 commit comments

Comments
 (0)