Skip to content

Commit

Permalink
dependency: Update plugin fabric-loom to v1.8.12 (#466)
Browse files Browse the repository at this point in the history
* dependency: Update plugin fabric-loom to v1.8.12

* Bump loom

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Rollczi <[email protected]>
  • Loading branch information
renovate[bot] and Rollczi authored Nov 2, 2024
1 parent 9934496 commit 26dcb81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/fabric/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id("java")
id("fabric-loom") version "1.8.10"
id("fabric-loom") version "1.8.12"
}

java {
Expand Down
2 changes: 1 addition & 1 deletion litecommands-fabric/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
`litecommands-java-17`
`litecommands-repositories`
`litecommands-publish`
id("fabric-loom") version "1.8.10"
id("fabric-loom") version "1.8.12"
}

repositories {
Expand Down

0 comments on commit 26dcb81

Please sign in to comment.