Skip to content

Commit 41ff9fa

Browse files
committed
Updated dependencies: rabbitmq-java 5.7.3, typesafe config 1.3.4, metrics 2.6.4, cactus 0.16.0, cats 1.6.1, cats-effect 1.4.0
1 parent 9f7d9f4 commit 41ff9fa

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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 {

core/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)