File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed 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.52 .0" )
22+ implementation(" com.charleskorn.kaml:kaml:0.53 .0" )
2323}
Original file line number Diff line number Diff line change 1616 */
1717
1818plugins {
19- id(" fabric-loom" ) version " 1.1.9 "
19+ id(" fabric-loom" ) version " 1.1.10 "
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.17 " )
33+ modImplementation(" net.fabricmc:fabric-loader:0.14.18 " )
3434
3535 modImplementation(" net.fabricmc.fabric-api:fabric-api:0.46.1+1.17" )
36- modImplementation(" net.fabricmc:fabric-language-kotlin:1.9.1 +kotlin.1.8.10" )
36+ modImplementation(" net.fabricmc:fabric-language-kotlin:1.9.2 +kotlin.1.8.10" )
3737
3838 api(project(" :unifiedmetrics-core" ))
3939
You can’t perform that action at this time.
0 commit comments