Skip to content

Commit

Permalink
bump kotlin & idofront
Browse files Browse the repository at this point in the history
  • Loading branch information
Boy0000 committed Dec 2, 2023
1 parent f9f826c commit 6066615
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

Expand All @@ -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")
}
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 6066615

Please sign in to comment.