From 3f1d1d4e71f1ec3dc59e189e6aad4d99dcf75bd0 Mon Sep 17 00:00:00 2001 From: Falkreon Date: Fri, 27 Sep 2019 16:26:06 -0500 Subject: Implement HSL colors, update jankson --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gradle.properties') diff --git a/gradle.properties b/gradle.properties index 75f7131..08b5f7d 100644 --- a/gradle.properties +++ b/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.3+build.235-1.15 - jankson_version=1.0.0+j1.1.2 + jankson_version=2.0.0+j1.2.0 -- cgit