From c6cf975b3d1221b3c75fbc4f40b4c75759a7bdbe Mon Sep 17 00:00:00 2001 From: Gluon Bot Date: Mon, 8 Aug 2022 12:18:10 +0000 Subject: [PATCH] Prepare development of 1.0.16 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 9f47ffc..0a7d5b4 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ plugins { } group 'com.gluonhq' -version '1.0.15' +version '1.0.16-SNAPSHOT' sourceCompatibility = 11 targetCompatibility = 11 @@ -26,7 +26,7 @@ dependencies { implementation gradleApi() testImplementation gradleTestKit() - implementation 'com.gluonhq:substrate:0.0.55' + implementation 'com.gluonhq:substrate:0.0.56-SNAPSHOT' implementation 'org.openjfx:javafx-plugin:0.0.10' }