From efc71f2fa29d202bfcd10a7047e4585ba15c3603 Mon Sep 17 00:00:00 2001 From: Alex Semin Date: Sat, 7 Oct 2023 23:51:05 +0200 Subject: [PATCH] Update latest version in readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1aeca01..aa8fb7c 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ val ast = booleanGrammar.parse("a & (b1 -> c1) | a1 & !b | !(a1 -> a2) -> a").ge ```kotlin dependencies { - implementation("me.alllex.parsus:parsus-jvm:0.5.4") + implementation("me.alllex.parsus:parsus-jvm:0.6.0") } ``` @@ -54,7 +54,7 @@ kotlin { sourceSets { val commonMain by getting { dependencies { - implementation("me.alllex.parsus:parsus:0.5.4") + implementation("me.alllex.parsus:parsus:0.6.0") } } } @@ -71,7 +71,7 @@ kotlin { me.alllex.parsus parsus-jvm - 0.5.4 + 0.6.0 ```