Skip to content

Commit

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

Bump creekVersion from 0.3.1-SNAPSHOT to 0.3.1
  • Loading branch information
big-andy-coates authored Jan 30, 2023
2 parents 4c70a19 + 32ea8ac commit d15f0d0
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 @@ -27,7 +27,7 @@ plugins {

project.version = scmVersion.version

val creekVersion = "0.3.1-SNAPSHOT"
val creekVersion = "0.3.1"
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 d15f0d0

Please sign in to comment.