@@ -2,17 +2,17 @@ import sbt._
2
2
3
3
object Dependencies {
4
4
5
- val `executor-tools` = " com.evolutiongaming" %% " executor-tools" % " 1.0.2"
6
- val `config-tools` = " com.evolutiongaming" %% " config-tools" % " 1.0.4"
7
- val `future-helper` = " com.evolutiongaming" %% " future-helper" % " 1.0.6"
8
- val `cats-helper` = " com.evolutiongaming" %% " cats-helper" % " 2.11.0"
9
- val `testcontainers-kafka` = " com.dimafeng" %% " testcontainers-scala-kafka" % " 0.40.17"
10
- val `play-json-jsoniter` = " com.evolutiongaming " %% " play-json-jsoniter" % " 0.10.0 "
11
- val `scala-java8-compat` = " org.scala-lang.modules" %% " scala-java8-compat" % " 1.0.2"
12
- val `collection-compat` = " org.scala-lang.modules" %% " scala-collection-compat" % " 2.8.1"
13
- val scalatest = " org.scalatest" %% " scalatest" % " 3.2.13"
14
- val `kind-projector` = " org.typelevel" % " kind-projector" % " 0.13.2"
15
- val discipline = " org.typelevel" %% " discipline-scalatest" % " 2.2.0"
5
+ val `executor-tools` = " com.evolutiongaming" %% " executor-tools" % " 1.0.2"
6
+ val `config-tools` = " com.evolutiongaming" %% " config-tools" % " 1.0.4"
7
+ val `future-helper` = " com.evolutiongaming" %% " future-helper" % " 1.0.6"
8
+ val `cats-helper` = " com.evolutiongaming" %% " cats-helper" % " 2.11.0"
9
+ val `testcontainers-kafka` = " com.dimafeng" %% " testcontainers-scala-kafka" % " 0.40.17"
10
+ val `play-json-jsoniter` = " com.evolution " %% " play-json-jsoniter" % " 1.1.1 "
11
+ val `scala-java8-compat` = " org.scala-lang.modules" %% " scala-java8-compat" % " 1.0.2"
12
+ val `collection-compat` = " org.scala-lang.modules" %% " scala-collection-compat" % " 2.8.1"
13
+ val scalatest = " org.scalatest" %% " scalatest" % " 3.2.13"
14
+ val `kind-projector` = " org.typelevel" % " kind-projector" % " 0.13.2"
15
+ val discipline = " org.typelevel" %% " discipline-scalatest" % " 2.2.0"
16
16
17
17
object Kafka {
18
18
private val version = " 3.4.0"
@@ -34,13 +34,13 @@ object Dependencies {
34
34
35
35
object Cats {
36
36
private val version = " 2.8.0"
37
- val core = " org.typelevel" %% " cats-core" % version
38
- val laws = " org.typelevel" %% " cats-laws" % version
37
+ val core = " org.typelevel" %% " cats-core" % version
38
+ val laws = " org.typelevel" %% " cats-laws" % version
39
39
}
40
40
41
41
object CatsEffect {
42
42
private val version = " 2.5.5"
43
- val effect = " org.typelevel" %% " cats-effect" % version
43
+ val effect = " org.typelevel" %% " cats-effect" % version
44
44
}
45
45
46
46
object Smetrics {
0 commit comments