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

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

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