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

dependencies {
    api('com.github.GTNewHorizons:GT5-Unofficial:5.09.43.153:dev')
    implementation('com.github.GTNewHorizons:GTplusplus:1.9.67:dev')
    implementation('com.github.GTNewHorizons:GoodGenerator:0.6.27:dev')
}