File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1818import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
1919
2020plugins {
21- kotlin(" jvm" ) version " 1.8.0 " apply false
22- kotlin(" kapt" ) version " 1.8.0 " apply false
23- kotlin(" plugin.serialization" ) version " 1.8.0 " apply false
21+ kotlin(" jvm" ) version " 1.8.10 " apply false
22+ kotlin(" kapt" ) version " 1.8.10 " apply false
23+ kotlin(" plugin.serialization" ) version " 1.8.10 " apply false
2424 id(" com.github.johnrengelman.shadow" ) version " 7.1.2" apply false
2525 id(" net.kyori.blossom" ) version " 1.3.1" apply false
2626}
Original file line number Diff line number Diff line change @@ -19,5 +19,5 @@ apply(plugin = "kotlinx-serialization")
1919
2020dependencies {
2121 api(project(" :unifiedmetrics-api" ))
22- implementation(" com.charleskorn.kaml:kaml:0.49 .0" )
22+ implementation(" com.charleskorn.kaml:kaml:0.51 .0" )
2323}
Original file line number Diff line number Diff line change 1616 */
1717
1818plugins {
19- id(" fabric-loom" ) version " 1.0.16 "
19+ id(" fabric-loom" ) version " 1.1.8 "
2020 id(" net.kyori.blossom" )
2121}
2222
@@ -30,10 +30,10 @@ dependencies {
3030 // https://fabricmc.net/versions.html
3131 minecraft(" com.mojang:minecraft:1.17.1" )
3232 mappings(" net.fabricmc:yarn:1.17.1+build.65:v2" )
33- modImplementation(" net.fabricmc:fabric-loader:0.14.12 " )
33+ modImplementation(" net.fabricmc:fabric-loader:0.14.14 " )
3434
3535 modImplementation(" net.fabricmc.fabric-api:fabric-api:0.46.1+1.17" )
36- modImplementation(" net.fabricmc:fabric-language-kotlin:1.9.0 +kotlin.1.8.0 " )
36+ modImplementation(" net.fabricmc:fabric-language-kotlin:1.9.1 +kotlin.1.8.10 " )
3737
3838 api(project(" :unifiedmetrics-core" ))
3939
You can’t perform that action at this time.
0 commit comments