diff --git a/plugin/build.gradle b/plugin/build.gradle index 3284ecc..e48593c 100644 --- a/plugin/build.gradle +++ b/plugin/build.gradle @@ -10,7 +10,7 @@ buildscript { def versionTxt = file("${rootProject.projectDir}/version.txt") def versionPlugin = versionTxt.exists() ? versionTxt.text.trim() : '0.1-SNAPSHOT' -def versionDependency = '1.80.0' +def versionDependency = '1.91.0' group "org.grails.plugins" version = versionPlugin diff --git a/version.txt b/version.txt index ec09153..e0d0da1 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.80.0 \ No newline at end of file +1.91.0 \ No newline at end of file