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

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