Skip to content

Commit

Permalink
chore: Bump expression-parser version
Browse files Browse the repository at this point in the history
  • Loading branch information
enricocolasante committed Jan 16, 2025
1 parent e335b7d commit 14ed607
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repositories {
maven { url = uri("https://oss.sonatype.org/content/repositories/snapshots") }
}

version = "3.2.2-SNAPSHOT"
version = "3.3.0-SNAPSHOT"
group = "org.hisp.dhis.rules"

if (project.hasProperty("removeSnapshotSuffix")) {
Expand Down Expand Up @@ -58,7 +58,7 @@ kotlin {
}
val commonMain by getting {
dependencies {
implementation("org.hisp.dhis.lib.expression:expression-parser:1.1.0")
implementation("org.hisp.dhis.lib.expression:expression-parser:1.1.3")
implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.4.1")
}
}
Expand Down

0 comments on commit 14ed607

Please sign in to comment.