From 69dbbb558737f482a1003fe35b19da7e8bd35309 Mon Sep 17 00:00:00 2001 From: Carlos Ferreyra Date: Wed, 25 Jun 2014 01:32:17 -0300 Subject: = core: Inline variant of withTraceContext using macros. --- project/Settings.scala | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'project/Settings.scala') diff --git a/project/Settings.scala b/project/Settings.scala index 9abd5553..5805192e 100644 --- a/project/Settings.scala +++ b/project/Settings.scala @@ -8,8 +8,10 @@ import scalariform.formatter.preferences._ object Settings { - lazy val basicSettings = seq( - scalaVersion := "2.10.3", + val ScalaVersion = "2.10.3" + + lazy val basicSettings = Seq( + scalaVersion := ScalaVersion, resolvers ++= Dependencies.resolutionRepos, fork in run := true, scalacOptions := Seq( -- cgit v1.2.3