From 794fbf02664ac8c31072d8b955d897901f1f22e0 Mon Sep 17 00:00:00 2001 From: Diego Parra Date: Wed, 4 Jul 2018 12:14:09 -0300 Subject: = core: exclude com.lihaoyi.fansi dependency (#540) * = core: exclude com.lihaoyi.fansi dependency --- build.sbt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index 5c2cc104..3d77510f 100644 --- a/build.sbt +++ b/build.sbt @@ -1,5 +1,5 @@ /* ========================================================================================= - * Copyright © 2013-2017 the kamon project + * Copyright © 2013-2018 the kamon project * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of the License at @@ -47,8 +47,7 @@ lazy val core = (project in file("kamon-core")) libraryDependencies ++= Seq( "com.typesafe" % "config" % "1.3.1", "org.slf4j" % "slf4j-api" % "1.7.25", - "org.hdrhistogram" % "HdrHistogram" % "2.1.9", - "com.lihaoyi" %% "fansi" % "0.2.4" + "org.hdrhistogram" % "HdrHistogram" % "2.1.9" ) ) -- cgit v1.2.3