Skip to content

Commit

Permalink
fix(build): dependency issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Cubxity committed Apr 23, 2023
1 parent 7332e3f commit 6490e1f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions platforms/fabric/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ val transitiveInclude: Configuration by configurations.creating {
dependencies {
// https://fabricmc.net/versions.html
minecraft("com.mojang:minecraft:1.17.1")
mappings("net.fabricmc:yarn:1.19.2+build.28:v2")
mappings("net.fabricmc:yarn:1.17.1+build.65:v2")
modImplementation("net.fabricmc:fabric-loader:0.14.10")

modImplementation("net.fabricmc.fabric-api:fabric-api:0.65.3+1.19.3")
modImplementation("net.fabricmc.fabric-api:fabric-api:0.46.1+1.17")
modImplementation("net.fabricmc:fabric-language-kotlin:1.8.5+kotlin.1.7.20")

api(project(":unifiedmetrics-core"))
Expand Down
4 changes: 2 additions & 2 deletions platforms/minestom/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ repositories {
dependencies {
api(project(":unifiedmetrics-core"))

compileOnly("com.github.Minestom:Minestom:2e02dfd4d8")
testImplementation("com.github.Minestom:Minestom:4a79a3af26")
compileOnly("com.github.minestom.minestom:Minestom:9dab3183e5")
testImplementation("com.github.minestom.minestom:Minestom:9dab3183e5")
}

java {
Expand Down

0 comments on commit 6490e1f

Please sign in to comment.