Skip to content

Commit

Permalink
Merge pull request #151 from dhis2/DHIS2-13435
Browse files Browse the repository at this point in the history
feat: Add support for d2:contains and d2:containsItems functions[DHIS2-16911]
  • Loading branch information
zubaira authored Jan 21, 2025
2 parents a0b611f + 8251e64 commit a49b483
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.3.0-SNAPSHOT"
version = "3.3.1-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.3")
implementation("org.hisp.dhis.lib.expression:expression-parser:1.1.4")
implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.4.1")
}
}
Expand Down

0 comments on commit a49b483

Please sign in to comment.