Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#92)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored and Cubxity committed Apr 23, 2023
1 parent cfdce55 commit 91d73c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion common/build.gradle.kts
Expand Up @@ -19,5 +19,5 @@ apply(plugin = "kotlinx-serialization")

dependencies {
api(project(":unifiedmetrics-api"))
implementation("com.charleskorn.kaml:kaml:0.52.0")
implementation("com.charleskorn.kaml:kaml:0.53.0")
}
6 changes: 3 additions & 3 deletions platforms/fabric/build.gradle.kts
Expand Up @@ -16,7 +16,7 @@
*/

plugins {
id("fabric-loom") version "1.1.9"
id("fabric-loom") version "1.1.10"
id("net.kyori.blossom")
}

Expand All @@ -30,10 +30,10 @@ dependencies {
// https://fabricmc.net/versions.html
minecraft("com.mojang:minecraft:1.17.1")
mappings("net.fabricmc:yarn:1.17.1+build.65:v2")
modImplementation("net.fabricmc:fabric-loader:0.14.17")
modImplementation("net.fabricmc:fabric-loader:0.14.18")

modImplementation("net.fabricmc.fabric-api:fabric-api:0.46.1+1.17")
modImplementation("net.fabricmc:fabric-language-kotlin:1.9.1+kotlin.1.8.10")
modImplementation("net.fabricmc:fabric-language-kotlin:1.9.2+kotlin.1.8.10")

api(project(":unifiedmetrics-core"))

Expand Down

0 comments on commit 91d73c1

Please sign in to comment.