diff --git a/build.sbt b/build.sbt
index ba228dd81752ba741addec339a41f02e5410d04d..a6757eeca215c7453ebd8bc42d9103d2d21656a8 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