aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authoradamw <adam@warski.org>2018-02-20 12:03:20 +0100
committeradamw <adam@warski.org>2018-02-20 12:03:20 +0100
commitebf614ea318b3c710a7c0091fb6d69162d921717 (patch)
treee86cc490092e18a0cf3218ab1ee2577ec057f73e /build.sbt
parent893ecf5aa990c11a0264231552766e4cf901deee (diff)
downloadsttp-ebf614ea318b3c710a7c0091fb6d69162d921717.tar.gz
sttp-ebf614ea318b3c710a7c0091fb6d69162d921717.tar.bz2
sttp-ebf614ea318b3c710a7c0091fb6d69162d921717.zip
Renaming brave artifact & project directory
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt6
1 files changed, 3 insertions, 3 deletions
diff --git a/build.sbt b/build.sbt
index 3c409d1..f672501 100644
--- a/build.sbt
+++ b/build.sbt
@@ -57,7 +57,7 @@ lazy val rootProject = (project in file("."))
okhttpMonixBackend,
circe,
json4s,
- brave,
+ braveBackend,
tests
)
@@ -176,10 +176,10 @@ lazy val json4s: Project = (project in file("json/json4s"))
lazy val braveVersion = "4.15.1"
-lazy val brave: Project = (project in file("metrics/brave"))
+lazy val braveBackend: Project = (project in file("metrics/brave-backend"))
.settings(commonSettings: _*)
.settings(
- name := "brave",
+ name := "brave-backend",
libraryDependencies ++= Seq(
"io.zipkin.brave" % "brave" % braveVersion,
"io.zipkin.brave" % "brave-instrumentation-http" % braveVersion,