File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -94,13 +94,13 @@ subprojects {
9494 ext {
9595 scalaVersion = " 2.12"
9696 scalaVersionFull = " 2.12.8"
97- metricsVersion = " 2.5.3 "
97+ metricsVersion = " 2.6.4 "
9898 bytesVersion = " 2.0.6"
9999 circeVersion = " 0.11.1"
100- cactusVersion = " 0.16.0 "
100+ cactusVersion = " 0.16.10 "
101101 monixVersion = " 3.0.0-RC2"
102- catsVersion = " 1.6.0 "
103- catsEffectVersion = " 1.3 .0"
102+ catsVersion = " 1.6.1 "
103+ catsEffectVersion = " 1.4 .0"
104104 }
105105
106106 dependencies {
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ dependencies {
2727
2828 compile " com.avast.bytes:bytes-core:${ bytesVersion} "
2929
30- compile ' com.rabbitmq:amqp-client:5.5.1 '
31- compile ' com.typesafe:config:1.3.3 '
30+ compile ' com.rabbitmq:amqp-client:5.7.3 '
31+ compile ' com.typesafe:config:1.3.4 '
3232 compile " com.iheart:ficus_$scalaVersion :1.4.4"
3333
3434 compile " io.monix:monix_$scalaVersion :$monixVersion "
You can’t perform that action at this time.
0 commit comments