aboutsummaryrefslogtreecommitdiff
path: root/dependencies.gradle
blob: f6d86e5f5a14f73eb0d81b6302daa9276730b9fb (plain)
1
2
3
4
5
6
7
8
// Add your dependencies here

dependencies {
    api("com.github.GTNewHorizons:Galacticraft:3.0.73-GTNH:dev")
    api("com.github.GTNewHorizons:bartworks:0.7.38:dev") {
        exclude group:"com.github.GTNewHorizons", module:"GalacticGregGT5"
    }
}