Skip to content

Commit

Permalink
bump version 1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Peva Blanchard committed Sep 27, 2024
1 parent 5321e7a commit eea3591
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 @@ -11,7 +11,7 @@ plugins {
}

group = "org.cloud_assess"
version = "1.7.2"
version = "1.7.3"

java {
sourceCompatibility = JavaVersion.VERSION_17
Expand All @@ -30,7 +30,7 @@ repositories {
}

dependencies {
val lcaacVersion = "1.7.2"
val lcaacVersion = "1.7.3"
implementation("ch.kleis.lcaac:core:$lcaacVersion")
implementation("ch.kleis.lcaac:grammar:$lcaacVersion")

Expand Down

0 comments on commit eea3591

Please sign in to comment.