Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/1.20.4-fabric' into…
Browse files Browse the repository at this point in the history
… 1.20.6-fabric
  • Loading branch information
melontini committed May 11, 2024
2 parents 42efdc7 + 6dc7d35 commit c281a36
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,9 @@ dependencies {
modCompileOnly libs.owo

testmodImplementation sourceSets.main.output
testmodRemapImplementation libs.handy.tests
testmodRemapImplementation(libs.handy.tests) {
exclude(group: "net.fabricmc", module: "fabric-loader")
}
}

tasks.register("spotbugs", SpotBugsTask) { task ->
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
dark-matter = "4.0.1-1.20.5-build.79"

[libraries]
fabric-loader = { group = "net.fabricmc", name = "fabric-loader", version = "0.15.10" }
fabric-loader = { group = "net.fabricmc", name = "fabric-loader", version = "0.15.11" }

dark-matter-base = { group = "me.melontini", name = "dark-matter-base", version.ref = "dark-matter" }
dark-matter-mixin = { group = "me.melontini", name = "dark-matter-mixin", version.ref = "dark-matter" }
Expand All @@ -18,6 +18,6 @@ handy-tests = { group = "me.melontini", name = "handy-tests", version = "0.1.0-1
[plugins]
fabric-loom = { id = "fabric-loom", version = "1.6.11" }
lombok = { id = "io.freefair.lombok", version = "8.6"}
spotbugs-base = { id = "com.github.spotbugs-base", version = "6.0.12" }
spotbugs-base = { id = "com.github.spotbugs-base", version = "6.0.14" }
spotless = { id = "com.diffplug.spotless", version = "6.25.0" }
modmuss50-publish = { id = "me.modmuss50.mod-publish-plugin", version = "0.5.1" }

0 comments on commit c281a36

Please sign in to comment.