aboutsummaryrefslogtreecommitdiff
path: root/dependencies.gradle
diff options
context:
space:
mode:
authorbombcar <github@bombcar.com>2024-01-09 15:50:38 -0600
committerGitHub <noreply@github.com>2024-01-09 15:50:38 -0600
commitddc466858caacdcea92f29f214a03cdf3d57cc7d (patch)
tree3920c73711dab583245407110bd0ecd5badf8d14 /dependencies.gradle
parentf9d072ae889a9bd6fff6f6e6fc2ba59c8bb1bff9 (diff)
parent0ba339377a1157f53070f0ac1b4862e51cbae6dd (diff)
downloadGT5-Unofficial-ddc466858caacdcea92f29f214a03cdf3d57cc7d.tar.gz
GT5-Unofficial-ddc466858caacdcea92f29f214a03cdf3d57cc7d.tar.bz2
GT5-Unofficial-ddc466858caacdcea92f29f214a03cdf3d57cc7d.zip
[bs] spotless apply for jenkins
[bs] spotless apply for jenkins
Diffstat (limited to 'dependencies.gradle')
-rw-r--r--dependencies.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/dependencies.gradle b/dependencies.gradle
index f6d86e5f5a..1a4675dd3d 100644
--- a/dependencies.gradle
+++ b/dependencies.gradle
@@ -1,8 +1,8 @@
// Add your dependencies here
dependencies {
- api("com.github.GTNewHorizons:Galacticraft:3.0.73-GTNH:dev")
- api("com.github.GTNewHorizons:bartworks:0.7.38:dev") {
+ api("com.github.GTNewHorizons:Galacticraft:3.1.1-GTNH:dev")
+ api("com.github.GTNewHorizons:bartworks:0.9.2:dev") {
exclude group:"com.github.GTNewHorizons", module:"GalacticGregGT5"
}
}