diff options
author | Falkreon <falkreon@gmail.com> | 2019-09-28 08:42:58 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-28 08:42:58 -0500 |
commit | e511933cb169218373b70084a133b50f28175560 (patch) | |
tree | 0d57379fe4932c99e816ce9ccbc6e2b56dc4b731 /build.gradle | |
parent | e7d9bc84854a14301ce387188a5cec93721306bc (diff) | |
parent | d06633402c20ed45c8c6c9b213d8b3ce19a10a8b (diff) | |
download | LibGui-e511933cb169218373b70084a133b50f28175560.tar.gz LibGui-e511933cb169218373b70084a133b50f28175560.tar.bz2 LibGui-e511933cb169218373b70084a133b50f28175560.zip |
Merge pull request #14 from Juuxel/text-events
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 874b6dd..39a32c0 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 { |