Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#113)
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] committed Jan 3, 2024
1 parent 127e297 commit b6b91fb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ import org.jetbrains.kotlin.gradle.dsl.KotlinJvmProjectExtension
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
kotlin("jvm") version "1.9.21" apply false
kotlin("kapt") version "1.9.21" apply false
kotlin("plugin.serialization") version "1.9.21" apply false
kotlin("jvm") version "1.9.22" apply false
kotlin("kapt") version "1.9.22" apply false
kotlin("plugin.serialization") version "1.9.22" apply false
id("com.github.johnrengelman.shadow") version "8.1.1" apply false
id("net.kyori.blossom") version "1.3.1" apply false
}
Expand Down
4 changes: 2 additions & 2 deletions platforms/fabric/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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.15.2")
modImplementation("net.fabricmc:fabric-loader:0.15.3")

modImplementation("net.fabricmc.fabric-api:fabric-api:0.46.1+1.17")
modImplementation("net.fabricmc:fabric-language-kotlin:1.10.16+kotlin.1.9.21")
modImplementation("net.fabricmc:fabric-language-kotlin:1.10.17+kotlin.1.9.22")

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

Expand Down

0 comments on commit b6b91fb

Please sign in to comment.