Skip to content
This repository was archived by the owner on Sep 29, 2023. It is now read-only.

Commit 40eee56

Browse files
author
Jonas Chapuis
committed
updated version number to 1.0.1 in README
1 parent f531658 commit 40eee56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Add the following lines to your `build.sbt` file:
2020

2121
```
2222
resolvers += Resolver.bintrayRepo("jchapuis", "maven")
23-
libraryDependencies += "com.nexthink" %% "scala-parser-combinators-completion" % "1.0.0"
23+
libraryDependencies += "com.nexthink" %% "scala-parser-combinators-completion" % "1.0.1"
2424
```
2525

2626
## Completing on a grammar

0 commit comments

Comments
 (0)