diff --git a/README.md b/README.md index 1b7ec6c..d0951ad 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ buildscript { google() } dependencies { - classpath "com.xmartlabs:snapshot-publisher:2.2.0" + classpath "com.xmartlabs:snapshot-publisher:2.3.0" } } ``` diff --git a/build.gradle.kts b/build.gradle.kts index a20ea69..f328fcb 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,7 +7,7 @@ buildscript { } plugins { - id("com.gradle.plugin-publish") version "0.10.1" + id("com.gradle.plugin-publish") version "0.14.0" `kotlin-dsl` kotlin("jvm") version "1.4.32" groovy