Skip to content

Commit

Permalink
remove unused dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Frotty committed Jun 21, 2017
1 parent 63b7c2f commit 9d39d3f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
apply plugin: 'java'

group 'systems.crigges'
version '1.5.1'
version '1.5.2'

repositories {
jcenter()
Expand All @@ -24,7 +24,6 @@ jar {

dependencies {
compile 'com.jcraft:jzlib:1.1.3'
compile 'org.slf4j:slf4j-api:1.7.12'
compile 'com.esotericsoftware.minlog:minlog:1.2'
testCompile 'org.testng:testng:6.1.1'
}
Expand Down

0 comments on commit 9d39d3f

Please sign in to comment.