diff --git a/build.gradle.kts b/build.gradle.kts index 3411ea35..083a0793 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -42,7 +42,7 @@ dependencies { // Compile Minestom into project compileOnly("io.github.jglrxavpok.hephaistos", "common", "2.5.3") - compileOnly("com.github.Minestom", "Minestom", "4eec3d10a3") + compileOnly("com.github.Minestom", "Minestom", "7361bf0825") // import kotlinx serialization compileOnly("org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.1") @@ -103,4 +103,4 @@ sourceSets.create("demo") { resources.srcDir("src/demo/resources") compileClasspath += sourceSets.main.get().output + sourceSets.main.get().compileClasspath runtimeClasspath += sourceSets.main.get().output + sourceSets.main.get().runtimeClasspath -} \ No newline at end of file +}