Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#82)
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 1907a3a commit 2e90ced
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Expand Up @@ -18,9 +18,9 @@
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
kotlin("jvm") version "1.8.0" apply false
kotlin("kapt") version "1.8.0" apply false
kotlin("plugin.serialization") version "1.8.0" apply false
kotlin("jvm") version "1.8.10" apply false
kotlin("kapt") version "1.8.10" apply false
kotlin("plugin.serialization") version "1.8.10" apply false
id("com.github.johnrengelman.shadow") version "7.1.2" apply false
id("net.kyori.blossom") version "1.3.1" apply false
}
Expand Down
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.49.0")
implementation("com.charleskorn.kaml:kaml:0.51.0")
}
6 changes: 3 additions & 3 deletions platforms/fabric/build.gradle.kts
Expand Up @@ -16,7 +16,7 @@
*/

plugins {
id("fabric-loom") version "1.0.16"
id("fabric-loom") version "1.1.8"
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.12")
modImplementation("net.fabricmc:fabric-loader:0.14.14")

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

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

Expand Down

0 comments on commit 2e90ced

Please sign in to comment.