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

dependencies {
    api('com.github.GTNewHorizons:GT5-Unofficial:5.09.43.99:dev')
    api('com.github.GTNewHorizons:bartworks:0.7.20:dev')
    api('com.github.GTNewHorizons:ThaumicTinkerer:2.7.0:dev')

    compileOnly('org.joml:joml:1.10.2')
}