Skip to content

Commit

Permalink
Update loom
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLMiffy1111 committed Aug 16, 2024
1 parent b026ff1 commit 39fd636
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id "com.crystaelix.loom" version "jitpack-af214fdb"
id "com.crystaelix.loom" version "jitpack-a771545d"
id "eclipse"
id "idea"
id "maven-publish"
Expand Down Expand Up @@ -161,7 +161,7 @@ dependencies {
modImplementation "curse.maven:mekanism-268560:2835175"

// Performance
implementation("zone.rong:mixinbooter:9.1") {transitive = false}
implementation("zone.rong:mixinbooter:9.2") {transitive = false}
modImplementation "curse.maven:reid-629017:5502915"
modImplementation "curse.maven:vintagefix-871198:5536276"
modImplementation "curse.maven:lolasm-460609:5257348"
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pluginManagement {
resolutionStrategy {
eachPlugin {
if(requested.id.id == "com.crystaelix.loom" && requested.version.startsWith("jitpack-")) {
useModule("com.github.TheLMiffy1111:crystaelix-loom:${requested.version.substring(8)}")
useModule("com.github.Crystaelix:crystaelix-loom:${requested.version.substring(8)}")
}
}
}
Expand Down

0 comments on commit 39fd636

Please sign in to comment.