aboutsummaryrefslogtreecommitdiff
path: root/project/Dependencies.scala
diff options
context:
space:
mode:
authorCarlos Ferreyra <crypticmind@gmail.com>2014-06-25 01:32:17 -0300
committerCarlos Ferreyra <cferreyra@despegar.com>2014-07-03 12:38:42 -0300
commit69dbbb558737f482a1003fe35b19da7e8bd35309 (patch)
tree6da06c38e63410c194b57c25f9a7d055c819a7d1 /project/Dependencies.scala
parent4d5803e579e223c4f4f5cb37ab79ca069a007949 (diff)
downloadKamon-69dbbb558737f482a1003fe35b19da7e8bd35309.tar.gz
Kamon-69dbbb558737f482a1003fe35b19da7e8bd35309.tar.bz2
Kamon-69dbbb558737f482a1003fe35b19da7e8bd35309.zip
= core: Inline variant of withTraceContext using macros.
Diffstat (limited to 'project/Dependencies.scala')
-rw-r--r--project/Dependencies.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 667f8dce..4a2f2276 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -35,7 +35,7 @@ object Dependencies {
val slf4Api = "org.slf4j" % "slf4j-api" % slf4jVersion
val slf4nop = "org.slf4j" % "slf4j-nop" % slf4jVersion
val jsr166 = "io.gatling" % "jsr166e" % "1.0"
-
+ val scalaCompiler = "org.scala-lang" % "scala-compiler" % Settings.ScalaVersion
def compile (deps: ModuleID*): Seq[ModuleID] = deps map (_ % "compile")
def provided (deps: ModuleID*): Seq[ModuleID] = deps map (_ % "provided")