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

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