From 46c7bbabfa698b0f4d0bf873ec60977c7365c5b8 Mon Sep 17 00:00:00 2001 From: Etienne Kneuss <colder@php.net> Date: Fri, 21 Mar 2014 15:39:19 +0100 Subject: [PATCH] Disambiguate for direct use within Play --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index ba228dd81..a6757eeca 100644 --- a/build.sbt +++ b/build.sbt @@ -29,9 +29,9 @@ libraryDependencies ++= Seq( "com.typesafe.akka" %% "akka-actor" % "2.2.0" excludeAll(ExclusionRule(organization="org.scala-lang")) ) -fork in run := true +Keys.fork in run := true -fork in test := true +Keys.fork in test := true logBuffered in Test := false -- GitLab