Skip to content

Commit

Permalink
Update to Loom 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shedaniel committed Jun 10, 2022
1 parent c20c057 commit 657a63e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/architectury/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id "architectury-plugin" version "3.4-SNAPSHOT"
id "dev.architectury.loom" version "0.11.0-SNAPSHOT" apply false
id "dev.architectury.loom" version "0.12.0-SNAPSHOT" apply false
}

architectury {
Expand Down
2 changes: 1 addition & 1 deletion templates/forge/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id "dev.architectury.loom" version "0.11.0-SNAPSHOT"
id "dev.architectury.loom" version "0.12.0-SNAPSHOT"
id "maven-publish"
}

Expand Down

0 comments on commit 657a63e

Please sign in to comment.