Skip to content

Commit

Permalink
Update latest version in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
alllex committed Oct 7, 2023
1 parent e851168 commit efc71f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
```

Expand All @@ -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")
}
}
}
Expand All @@ -71,7 +71,7 @@ kotlin {
<dependency>
<groupId>me.alllex.parsus</groupId>
<artifactId>parsus-jvm</artifactId>
<version>0.5.4</version>
<version>0.6.0</version>
</dependency>
```

Expand Down

0 comments on commit efc71f2

Please sign in to comment.