Skip to content

Commit

Permalink
problem: duplicate netty classes
Browse files Browse the repository at this point in the history
ref: #8
  • Loading branch information
splix committed May 18, 2020
1 parent e3b512c commit 25a872f
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 @@ -29,7 +29,7 @@ plugins {


group = 'io.emeraldpay.dshackle'
version = '0.6.0'
version = '0.6.1'

targetCompatibility = '1.8'
sourceCompatibility = '1.8'
Expand Down Expand Up @@ -57,7 +57,6 @@ dependencies {
compile "io.grpc:grpc-stub:${grpcVersion}"
compile "io.grpc:grpc-netty:${grpcVersion}"
compile "io.netty:netty-tcnative-boringssl-static:2.0.29.Final"
compile "io.netty:netty-all:4.1.48.Final"

compile "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
compile "org.jetbrains.kotlin:kotlin-reflect"
Expand Down

0 comments on commit 25a872f

Please sign in to comment.