@@ -15,30 +15,30 @@ test.doFirst {
15
15
}
16
16
17
17
dependencies {
18
- compile project(" :api" )
18
+ api project(" :api" )
19
19
20
- compile " com.avast.metrics:metrics-scala_$scalaVersion :${ metricsVersion} "
21
- compile " com.typesafe.scala-logging:scala-logging_$scalaVersion :3.9.2"
20
+ api " com.avast.metrics:metrics-scala_$scalaVersion :${ metricsVersion} "
21
+ api " com.typesafe.scala-logging:scala-logging_$scalaVersion :3.9.2"
22
22
23
- compile " com.avast.bytes:bytes-core:${ bytesVersion} "
23
+ api " com.avast.bytes:bytes-core:${ bytesVersion} "
24
24
25
- compile ' com.rabbitmq:amqp-client:5.12.0'
25
+ api ' com.rabbitmq:amqp-client:5.12.0'
26
26
27
- compile " org.typelevel:cats-core_$scalaVersion :$catsVersion "
28
- compile " org.typelevel:cats-effect_$scalaVersion :$catsEffectVersion "
27
+ api " org.typelevel:cats-core_$scalaVersion :$catsVersion "
28
+ api " org.typelevel:cats-effect_$scalaVersion :$catsEffectVersion "
29
29
30
- compile ' org.xbib:jsr-305:1.0.0'
30
+ api ' org.xbib:jsr-305:1.0.0'
31
31
32
- testCompile project(" :extras" )
33
- testCompile project(" :extras-circe" )
34
- testCompile project(" :extras-cactus" )
32
+ testImplementation project(" :extras" )
33
+ testImplementation project(" :extras-circe" )
34
+ testImplementation project(" :extras-cactus" )
35
35
36
- testCompile project(" :extras" )
37
- testCompile project(" :pureconfig" )
36
+ testImplementation project(" :extras" )
37
+ testImplementation project(" :pureconfig" )
38
38
39
- testCompile " io.circe:circe-generic_$scalaVersion :$circeVersion "
40
- testCompile " io.circe:circe-generic-extras_$scalaVersion :$circeVersion "
41
- testCompile " com.avast.cactus:cactus-gpbv2_$scalaVersion :$cactusVersion "
42
- testCompile " com.avast.cactus:cactus-bytes-gpbv2_$scalaVersion :$cactusVersion "
43
- testCompile " com.google.protobuf:protobuf-java:$protobufVersion "
39
+ testImplementation " io.circe:circe-generic_$scalaVersion :$circeVersion "
40
+ testImplementation " io.circe:circe-generic-extras_$scalaVersion :$circeVersion "
41
+ testImplementation " com.avast.cactus:cactus-gpbv2_$scalaVersion :$cactusVersion "
42
+ testImplementation " com.avast.cactus:cactus-bytes-gpbv2_$scalaVersion :$cactusVersion "
43
+ testImplementation " com.google.protobuf:protobuf-java:$protobufVersion "
44
44
}
0 commit comments