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

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

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