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

dependencies {
    api('com.github.GTNewHorizons:GT5-Unofficial:5.09.44.98:dev')
    implementation('com.github.GTNewHorizons:GTplusplus:1.10.39:dev')
    implementation('com.github.GTNewHorizons:GoodGenerator:0.7.11:dev')
}