Skip to content

Commit

Permalink
[ALL][NONE]: fix deps versions
Browse files Browse the repository at this point in the history
  • Loading branch information
fsanaulla committed Jul 2, 2018
1 parent 3d57f39 commit e5805f4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ object Dependencies {
"com.typesafe.akka" %% "akka-http" % "10.1.1",

// if, you want to use it by your own, publish this deps from tests library first
"com.github.fsanaulla" %% "chronicler-it-testing" % "0.2.8" % IntegrationTest,
"com.github.fsanaulla" %% "chronicler-unit-testing" % "0.2.8" % "test,it"
"com.github.fsanaulla" %% "chronicler-it-testing" % Versions.chronicler % IntegrationTest,
"com.github.fsanaulla" %% "chronicler-unit-testing" % Versions.chronicler % "test,it"
) :+ scalaTest % "test,it"

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

// if, you want to use it by your own, publish this deps from tests library first
"com.github.fsanaulla" %% "chronicler-it-testing" % "0.2.8" % IntegrationTest,
"com.github.fsanaulla" %% "chronicler-unit-testing" % "0.2.8" % "test,it"
"com.github.fsanaulla" %% "chronicler-it-testing" % Versions.chronicler % IntegrationTest,
"com.github.fsanaulla" %% "chronicler-unit-testing" % Versions.chronicler % "test,it"
) :+ scalaTest % "test,it"

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

// if, you want to use it by your own, publish this deps from tests library first
"com.github.fsanaulla" %% "chronicler-it-testing" % "0.2.8" % IntegrationTest,
"com.github.fsanaulla" %% "chronicler-unit-testing" % "0.2.8" % "test,it"
"com.github.fsanaulla" %% "chronicler-it-testing" % Versions.chronicler % IntegrationTest,
"com.github.fsanaulla" %% "chronicler-unit-testing" % Versions.chronicler % "test,it"
) :+ scalaTest % "test,it"

// udp
Expand Down

0 comments on commit e5805f4

Please sign in to comment.