Skip to content

Commit

Permalink
Merge pull request #22 from kleis-technology/feature/lcaac-bump-version
Browse files Browse the repository at this point in the history
bump version 1.7.3
  • Loading branch information
pevab authored Sep 27, 2024
2 parents 5321e7a + eea3591 commit 232199e
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 232199e

Please sign in to comment.