diff --git a/README.md b/README.md index 9b28fd5..1b14b6f 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ val ast = booleanGrammar.parseToEnd("a & !b | b & (!a | c)") ```groovy dependencies { - implementation("com.github.h0tk3y.betterParse:better-parse:0.4.2") + implementation("com.github.h0tk3y.betterParse:better-parse:0.4.3") } ```