Skip to content

Commit

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

Bump creekVersion from 0.2.1-SNAPSHOT to 0.3.0
  • Loading branch information
big-andy-coates committed Jan 12, 2023
2 parents 367fdae + 1af404c commit 1797c7d
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.2.1-SNAPSHOT"
val creekVersion = "0.3.0"
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.1" // https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api
Expand Down

0 comments on commit 1797c7d

Please sign in to comment.