Skip to content

Commit

Permalink
Bump ucum to 1.0.9 (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
dotasek authored Dec 12, 2024
1 parent 2ecc563 commit ab371a0
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 @@ -80,7 +80,7 @@ kotlin {
implementation("ca.uhn.hapi.fhir:org.hl7.fhir.validation:${property("fhirCoreVersion")}")
implementation("ca.uhn.hapi.fhir:org.hl7.fhir.utilities:${property("fhirCoreVersion")}")
// https://mvnrepository.com/artifact/org.fhir/ucum
implementation("org.fhir:ucum:1.0.8")
implementation("org.fhir:ucum:1.0.9")

}
}
Expand Down

0 comments on commit ab371a0

Please sign in to comment.