Skip to content

Commit

Permalink
Update gradle build file
Browse files Browse the repository at this point in the history
  • Loading branch information
Jpx3 committed Jul 31, 2021
1 parent 99a68dc commit 0c9176c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = 'de.jpx3'
version = '0.9.4-SNAPSHOT'
version = '0.9.9-SNAPSHOT'

sourceCompatibility = '1.8'
targetCompatibility = '1.8'
Expand Down Expand Up @@ -33,7 +33,7 @@ java {
}

dependencies {
compile 'net.md-5:bungeecord-api:1.15-SNAPSHOT'
compile 'net.md-5:bungeecord-api:1.16-R0.4'
compile 'net.md-5:bungeecord-proxy:1.15-SNAPSHOT'
}

Expand Down

0 comments on commit 0c9176c

Please sign in to comment.