diff options
author | Juuxel <kasperi.kauppi@gmail.com> | 2019-09-26 08:31:33 +0300 |
---|---|---|
committer | Juuxel <kasperi.kauppi@gmail.com> | 2019-09-26 08:31:33 +0300 |
commit | d06633402c20ed45c8c6c9b213d8b3ce19a10a8b (patch) | |
tree | 6363ae56176c613c9fdbf3741108aa113756455e /build.gradle | |
parent | e5e01ab46867cb839e17fc7a10563c81e9952320 (diff) | |
download | LibGui-d06633402c20ed45c8c6c9b213d8b3ce19a10a8b.tar.gz LibGui-d06633402c20ed45c8c6c9b213d8b3ce19a10a8b.tar.bz2 LibGui-d06633402c20ed45c8c6c9b213d8b3ce19a10a8b.zip |
Add text click and hover event support for WLabel
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 1532dec..488f62d 100644 --- a/build.gradle +++ b/build.gradle @@ -60,7 +60,8 @@ dependencies { compileOnly ("com.google.code.findbugs:jsr305:3.0.2") { transitive = false } - modCompileOnly "io.github.prospector:modmenu:1.7.10-unstable.19w35a+build.2" + modCompileOnly "io.github.prospector:modmenu:1.7.13-unstable.19w38b+build.5" + modRuntime "io.github.prospector:modmenu:1.7.13-unstable.19w38b+build.5" // for testing } processResources { |