Skip to content

Commit

Permalink
update to netty-codec-haproxy 4.1.15.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
cyilin committed Sep 4, 2017
1 parent 775cdbc commit bd48ba3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ before_deploy:
- git config --global user.email "[email protected]"
- git config --global user.name "Travis CI"
- git tag v1.0.${TRAVIS_BUILD_NUMBER}
- git push -q https://[email protected]/NyaaCat/buc --tags
- git push https://[email protected]/NyaaCat/buc HEAD:$TRAVIS_BRANCH -q --follow-tags
deploy:
provider: releases
api_key:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ if (System.getenv("TRAVIS_BUILD_NUMBER") != null) {

dependencies {
compile 'net.md-5:bungeecord-api:1.12-SNAPSHOT'
compile 'io.netty:netty-codec-haproxy:4.1.13.Final'
compile 'io.netty:netty-codec-haproxy:4.1.15.Final'
}

processResources {
Expand Down

0 comments on commit bd48ba3

Please sign in to comment.