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

dependencies {
    api('com.github.GTNewHorizons:GT5-Unofficial:5.09.44.23:dev')
    implementation('com.github.GTNewHorizons:GTplusplus:1.10.10:dev')
    implementation('com.github.GTNewHorizons:GoodGenerator:0.7.1:dev')
}