Skip to content

Commit

Permalink
Update to latest releases
Browse files Browse the repository at this point in the history
  • Loading branch information
NickImpact committed Mar 8, 2021
1 parent 94d75cb commit e7aaa04
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ subprojects {
}

dependencies {
shadow "net.impactdev.impactor:api:3.1.2-SNAPSHOT"
shadow "net.impactdev.impactor:api:3.1.2"
shadow 'com.google.guava:guava:27.1-jre'
shadow 'com.google.code.gson:gson:2.8.0'
shadow 'com.github.ben-manes.caffeine:caffeine:2.8.2'
Expand Down
2 changes: 1 addition & 1 deletion bungee/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repositories {
dependencies {
compile project(':api')
compile project(':common')
shadow 'net.impactdev.impactor:bungee:3.0.0-SNAPSHOT'
shadow 'net.impactdev.impactor:bungee:3.1.2'
shadow 'net.md-5:bungeecord-api:1.15-SNAPSHOT'
shadow 'com.imaginarycode.minecraft:RedisBungee:0.4'
shadow 'net.kyori:adventure-api:4.3.0'
Expand Down
2 changes: 1 addition & 1 deletion pixelmon
2 changes: 1 addition & 1 deletion plugin/sponge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ dependencies {
compile project(':api')
compile project(':common')
compile project(':sponge-common')
shadow 'net.impactdev.impactor:sponge:3.1.1-SNAPSHOT'
shadow 'net.impactdev.impactor:sponge:3.1.2'
shadow 'org.spongepowered:spongeapi:7.3.0'
shadow 'net.kyori:adventure-api:4.3.0'
shadow 'net.kyori:adventure-text-serializer-legacy:4.3.0'
Expand Down
2 changes: 1 addition & 1 deletion sponge-common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repositories {
dependencies {
compile project(':api')
shadow project(':common')
shadow 'net.impactdev.impactor:sponge:3.0.0-SNAPSHOT'
shadow 'net.impactdev.impactor:sponge:3.1.2'
shadow 'org.spongepowered:spongeapi:7.3.0'
shadow 'net.kyori:adventure-api:4.3.0'
shadow 'net.kyori:adventure-text-serializer-gson:4.3.0'
Expand Down
2 changes: 1 addition & 1 deletion velocity/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies {
compile project(':api')
compile project(':common')
shadow('com.velocitypowered:velocity-api:1.1.2')
shadow('net.impactdev.impactor:velocity:3.1.2-SNAPSHOT')
shadow('net.impactdev.impactor:velocity:3.1.2')

shadow('net.kyori:text-api:3.0.3') {
exclude(module: 'checker-qual')
Expand Down

0 comments on commit e7aaa04

Please sign in to comment.