Skip to content

Commit

Permalink
Use expression-parser release version (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
enricocolasante authored Apr 12, 2024
1 parent 3c8dcc2 commit 876db45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ kotlin {
}
val commonMain by getting {
dependencies {
implementation("org.hisp.dhis.lib.expression:expression-parser:1.1.0-20240411.094221-16")
implementation("org.hisp.dhis.lib.expression:expression-parser:1.1.0")
implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.4.1")
}
}
Expand Down

0 comments on commit 876db45

Please sign in to comment.