diff options
author | Falkreon <falkreon@gmail.com> | 2019-09-27 16:26:06 -0500 |
---|---|---|
committer | Falkreon <falkreon@gmail.com> | 2019-09-27 16:26:06 -0500 |
commit | 3f1d1d4e71f1ec3dc59e189e6aad4d99dcf75bd0 (patch) | |
tree | 8ce303d870231a3103d8098656013a4d06c7849a /GuiTest/gradle.properties | |
parent | e5e01ab46867cb839e17fc7a10563c81e9952320 (diff) | |
download | LibGui-3f1d1d4e71f1ec3dc59e189e6aad4d99dcf75bd0.tar.gz LibGui-3f1d1d4e71f1ec3dc59e189e6aad4d99dcf75bd0.tar.bz2 LibGui-3f1d1d4e71f1ec3dc59e189e6aad4d99dcf75bd0.zip |
Implement HSL colors, update jankson
Diffstat (limited to 'GuiTest/gradle.properties')
-rw-r--r-- | GuiTest/gradle.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GuiTest/gradle.properties b/GuiTest/gradle.properties index 9ae5f8f..921cf11 100644 --- a/GuiTest/gradle.properties +++ b/GuiTest/gradle.properties @@ -15,4 +15,4 @@ org.gradle.jvmargs=-Xmx1G # Dependencies # currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric fabric_version=0.3.2+build.230-1.15 - jankson_version=1.0.0+j1.1.2 + jankson_version=2.0.0+j1.2.0 |