Skip to content

Commit 91d73c1

Browse files
renovate[bot]Cubxity
authored andcommitted
fix(deps): update all non-major dependencies (#92)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cfdce55 commit 91d73c1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

common/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ apply(plugin = "kotlinx-serialization")
1919

2020
dependencies {
2121
api(project(":unifiedmetrics-api"))
22-
implementation("com.charleskorn.kaml:kaml:0.52.0")
22+
implementation("com.charleskorn.kaml:kaml:0.53.0")
2323
}

platforms/fabric/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*/
1717

1818
plugins {
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

0 commit comments

Comments
 (0)