Skip to content

Commit

Permalink
release prep for v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jpwiedekopf committed Sep 5, 2022
1 parent 4f1e2dc commit 2134bb2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
}

group = "de.uksh.medic"
version = "0.0.1"
version = "1.0.0"
java.sourceCompatibility = JavaVersion.VERSION_11

configurations {
Expand Down Expand Up @@ -39,6 +39,7 @@ dependencies {
testImplementation("org.springframework.boot:spring-boot-starter-test")
testImplementation("org.springframework.batch:spring-batch-test")
runtimeOnly("com.h2database:h2")
implementation("org.apache.commons:commons-compress:1.21")
implementation("ca.uhn.hapi.fhir:hapi-fhir-base:$hapiVersion")
implementation("ca.uhn.hapi.fhir:hapi-fhir-structures-r4:$hapiVersion")
implementation("ca.uhn.hapi.fhir:hapi-fhir-validation:$hapiVersion")
Expand Down

0 comments on commit 2134bb2

Please sign in to comment.