aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorIvan Topolnjak <ivantopo@gmail.com>2018-08-30 10:40:53 +0200
committerIvan Topolnjak <ivantopo@gmail.com>2018-08-30 10:40:53 +0200
commite4abea098ef4d6e71a805812bfa95c14bd9002b5 (patch)
treef5fcb8222e293f420a9e7c06953805a7428d0f0e /build.sbt
parent794fbf02664ac8c31072d8b955d897901f1f22e0 (diff)
downloadKamon-e4abea098ef4d6e71a805812bfa95c14bd9002b5.tar.gz
Kamon-e4abea098ef4d6e71a805812bfa95c14bd9002b5.tar.bz2
Kamon-e4abea098ef4d6e71a805812bfa95c14bd9002b5.zip
working on context tags and http propagation improvements
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt4
1 files changed, 3 insertions, 1 deletions
diff --git a/build.sbt b/build.sbt
index 3d77510f..5085c086 100644
--- a/build.sbt
+++ b/build.sbt
@@ -71,6 +71,8 @@ lazy val coreTests = (project in file("kamon-core-tests"))
.settings(
libraryDependencies ++= Seq(
"org.scalatest" %% "scalatest" % "3.0.1" % "test",
- "ch.qos.logback" % "logback-classic" % "1.2.2" % "test"
+ "ch.qos.logback" % "logback-classic" % "1.2.2" % "test",
+ "com.squareup.okhttp3" % "okhttp" % "3.11.0" % "test",
+ "com.typesafe.akka" % "akka-http-core_2.12" % "10.1.4" % "test"
)
).dependsOn(testkit)