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

dependencies {
    api('com.github.GTNewHorizons:GT5-Unofficial:5.09.48.33:dev')

    compileOnly('com.github.GTNewHorizons:VisualProspecting:1.2.11:dev') { transitive = false }
}