Skip to content

Commit

Permalink
Merge pull request #98 from creek-service/dependabot/gradle/creekVers…
Browse files Browse the repository at this point in the history
…ion-0.3.2

Bump creekVersion from 0.3.2-SNAPSHOT to 0.3.2
  • Loading branch information
big-andy-coates committed Feb 16, 2023
2 parents eabea58 + c94b912 commit a74acb3
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 @@ -33,7 +33,7 @@ allprojects {
}
}

val creekVersion = "0.3.2-SNAPSHOT"
val creekVersion = "0.3.2"
val guavaVersion = "31.1-jre" // https://mvnrepository.com/artifact/com.google.guava/guava
val log4jVersion = "2.19.0" // https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core
val junitVersion = "5.9.2" // https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api
Expand Down

0 comments on commit a74acb3

Please sign in to comment.