aboutsummaryrefslogtreecommitdiff
path: root/dependencies.gradle
blob: a3e0264024f3a8f878e3161408f0d0e66d069358 (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.10.2:dev')
    implementation('com.github.GTNewHorizons:GoodGenerator:0.6.27:dev')
}