From 606661532920970bcf7705afb081e3e3e52a6683 Mon Sep 17 00:00:00 2001 From: Boy Date: Sat, 2 Dec 2023 15:08:26 +0100 Subject: [PATCH] bump kotlin & idofront --- build.gradle.kts | 4 ++-- gradle.properties | 6 +++--- gradle/wrapper/gradle-wrapper.properties | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 257234b..1c4133b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -6,7 +6,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile plugins { kotlin("jvm") kotlin("plugin.serialization") - id("org.jetbrains.compose") version "1.3.0" + id("org.jetbrains.compose") version "1.5.11" id("de.undercouch.download") version "5.3.1" } @@ -32,7 +32,7 @@ dependencies { implementation("io.ktor:ktor-client-core:1.6.8") implementation("io.ktor:ktor-client-cio:1.6.8") - implementation("org.json:json:20220320") + implementation("org.json:json:20230227") implementation("net.fabricmc:fabric-installer:0.9.0") implementation("edu.stanford.ejalbert:BrowserLauncher2:1.3") } diff --git a/gradle.properties b/gradle.properties index d721f28..81b0471 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ group=com.mineinabyss -version=1.4.1 -idofrontVersion=0.16.10 -kotlinVersion=1.8.0 +version=1.4.2 +idofrontVersion=0.20.14 +kotlinVersion=1.9.10 diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index fc10b60..744c64d 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip networkTimeout=10000 zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists