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

dependencies {
    api("com.github.GTNewHorizons:GT5-Unofficial:5.09.43.140:dev")

    testImplementation(platform('org.junit:junit-bom:5.8.2'))
    testImplementation('org.junit.jupiter:junit-jupiter')
}