diff --git a/kobalt/src/Build.kt b/kobalt/src/Build.kt index dcea96d..17b0f42 100644 --- a/kobalt/src/Build.kt +++ b/kobalt/src/Build.kt @@ -13,7 +13,7 @@ import org.apache.maven.model.Scm val bs = buildScript { repos(file("K:/maven/repository")) - plugins("net.thauvin.erik:kobalt-maven-local:", "net.thauvin.erik:kobalt-versioneye:0.4.5") + plugins("net.thauvin.erik:kobalt-maven-local:", "net.thauvin.erik:kobalt-versioneye:") } val dev by profile()