diff --git a/project/module-database/build.gradle.kts b/project/module-database/build.gradle.kts index cb680077..64d470b2 100644 --- a/project/module-database/build.gradle.kts +++ b/project/module-database/build.gradle.kts @@ -10,7 +10,7 @@ dependencies { implementation("com.zaxxer:HikariCP:4.0.3" /* Latest java 8 release */) { exclude("org.slf4j", "slf4j-api") } - implementation("ch.jalu:datasourcecolumns:0.1.1-SNAPSHOT") + implementation("ch.jalu:datasourcecolumns:0.1.2") } tasks.shadowJar {