@@ -44,8 +44,8 @@ object Dependencies {
44
44
" com.typesafe.akka" %% " akka-http" % " 10.1.1" ,
45
45
46
46
// if, you want to use it by your own, publish this deps from tests library first
47
- " com.github.fsanaulla" %% " chronicler-it-testing" % " 0.2.8 " % IntegrationTest ,
48
- " com.github.fsanaulla" %% " chronicler-unit-testing" % " 0.2.8 " % " test,it"
47
+ " com.github.fsanaulla" %% " chronicler-it-testing" % Versions .chronicler % IntegrationTest ,
48
+ " com.github.fsanaulla" %% " chronicler-unit-testing" % Versions .chronicler % " test,it"
49
49
) :+ scalaTest % " test,it"
50
50
51
51
// async-http
@@ -54,17 +54,17 @@ object Dependencies {
54
54
" com.softwaremill.sttp" %% " async-http-client-backend-future" % Versions .sttp exclude(" io.netty" , " netty-handler" ),
55
55
56
56
// if, you want to use it by your own, publish this deps from tests library first
57
- " com.github.fsanaulla" %% " chronicler-it-testing" % " 0.2.8 " % IntegrationTest ,
58
- " com.github.fsanaulla" %% " chronicler-unit-testing" % " 0.2.8 " % " test,it"
57
+ " com.github.fsanaulla" %% " chronicler-it-testing" % Versions .chronicler % IntegrationTest ,
58
+ " com.github.fsanaulla" %% " chronicler-unit-testing" % Versions .chronicler % " test,it"
59
59
) :+ scalaTest % " test,it"
60
60
61
61
// url-http
62
62
val urlHttp : Seq [ModuleID ] = Seq (
63
63
" com.softwaremill.sttp" %% " core" % Versions .sttp,
64
64
65
65
// if, you want to use it by your own, publish this deps from tests library first
66
- " com.github.fsanaulla" %% " chronicler-it-testing" % " 0.2.8 " % IntegrationTest ,
67
- " com.github.fsanaulla" %% " chronicler-unit-testing" % " 0.2.8 " % " test,it"
66
+ " com.github.fsanaulla" %% " chronicler-it-testing" % Versions .chronicler % IntegrationTest ,
67
+ " com.github.fsanaulla" %% " chronicler-unit-testing" % Versions .chronicler % " test,it"
68
68
) :+ scalaTest % " test,it"
69
69
70
70
// udp
0 commit comments