Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
ArduFish123 authored Jul 13, 2024
1 parent ae5c829 commit 819512e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies {
// Fabric API. This is technically optional, but you probably want it anyway.
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
include(modImplementation("maven.modrinth:fstats:2023.12.3"))
include(modImplementation("maven.modrinth:ducky-updater-lib:2023.10.1"))
//include(modImplementation("maven.modrinth:ducky-updater-lib:2023.10.1"))

}

Expand Down Expand Up @@ -94,4 +94,4 @@ publishing {
// The repositories here will be used for publishing your artifact, not for
// retrieving dependencies.
}
}
}

0 comments on commit 819512e

Please sign in to comment.