Skip to content

Commit e5805f4

Browse files
committed
[ALL][NONE]: fix deps versions
1 parent 3d57f39 commit e5805f4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

project/Dependencies.scala

+6-6
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ object Dependencies {
4444
"com.typesafe.akka" %% "akka-http" % "10.1.1",
4545

4646
// 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"
4949
) :+ scalaTest % "test,it"
5050

5151
// async-http
@@ -54,17 +54,17 @@ object Dependencies {
5454
"com.softwaremill.sttp" %% "async-http-client-backend-future" % Versions.sttp exclude("io.netty", "netty-handler"),
5555

5656
// 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"
5959
) :+ scalaTest % "test,it"
6060

6161
// url-http
6262
val urlHttp: Seq[ModuleID] = Seq(
6363
"com.softwaremill.sttp" %% "core" % Versions.sttp,
6464

6565
// 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"
6868
) :+ scalaTest % "test,it"
6969

7070
// udp

0 commit comments

Comments
 (0)