From 8d8881273d43b8cf9da26445b9917ca78ca634f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20R=C3=A9chet?= Date: Tue, 18 Oct 2022 16:49:59 +0200 Subject: [PATCH] update to java melody 1.91 --- plugin/build.gradle | 2 +- version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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