Skip to content

Commit

Permalink
[bs] update dependencies (#115)
Browse files Browse the repository at this point in the history
* update repositories

* update deps
  • Loading branch information
bombcar authored Jan 9, 2024
1 parent 61415df commit 913b81f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 15 deletions.
10 changes: 5 additions & 5 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies {

compile("com.google.code.findbugs:jsr305:3.0.2")

compileOnly("com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-307-GTNH:dev") {
compileOnly("com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-306-GTNH:dev") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:EnderStorage:1.4.12:dev") {
Expand All @@ -16,7 +16,7 @@ dependencies {
compileOnly("com.github.GTNewHorizons:GT5-Unofficial:5.09.45.23:dev") {
transitive = false
}
compile("com.github.GTNewHorizons:ForestryMC:4.8.1:dev") {
compile("com.github.GTNewHorizons:ForestryMC:4.8.0:dev") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:Railcraft:9.15.3:dev") {
Expand All @@ -25,7 +25,7 @@ dependencies {
compile("com.github.GTNewHorizons:NotEnoughItems:2.5.3-GTNH:dev") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:ForgeMultipart:1.4.5:dev") {
compileOnly("com.github.GTNewHorizons:ForgeMultipart:1.4.6:dev") {
transitive = false
}
compile("com.github.GTNewHorizons:CodeChickenLib:1.2.0:dev") {
Expand All @@ -43,7 +43,7 @@ dependencies {
compileOnly("com.github.GTNewHorizons:TinkersMechworks:0.3.0:dev") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:ProjectRed:4.9.1-GTNH:dev") {
compileOnly("com.github.GTNewHorizons:ProjectRed:4.9.0-GTNH:dev") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:BloodMagic:1.4.3:dev") {
Expand All @@ -58,7 +58,7 @@ dependencies {
compileOnly('com.github.GTNewHorizons:AE2FluidCraft-Rework:1.2.8-gtnh:dev') {
transitive = false
}
compile("com.github.GTNewHorizons:EnderIO:2.6.2:dev") {
compile("com.github.GTNewHorizons:EnderIO:2.6.1:dev") {
compile("com.github.GTNewHorizons:EnderCore:0.3.0:dev")
transitive = false
}
Expand Down
10 changes: 0 additions & 10 deletions repositories.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
// Add any additional repositories for your dependencies here

repositories {
maven {
name = "GTNH Maven"
url = "http://jenkins.usrv.eu:8081/nexus/content/groups/public/"
}
maven {
name = "mightypirates"
url = "https://maven.cil.li/"
Expand All @@ -20,10 +16,4 @@ repositories {
artifact()
}
}
maven {
url "https://cursemaven.com"
}
maven {
url = "https://jitpack.io"
}
}

0 comments on commit 913b81f

Please sign in to comment.