Skip to content
Snippets Groups Projects
Commit 46c7bbab authored by Etienne Kneuss's avatar Etienne Kneuss
Browse files

Disambiguate for direct use within Play

parent 42c3cf2c
No related branches found
No related tags found
No related merge requests found
...@@ -29,9 +29,9 @@ libraryDependencies ++= Seq( ...@@ -29,9 +29,9 @@ libraryDependencies ++= Seq(
"com.typesafe.akka" %% "akka-actor" % "2.2.0" excludeAll(ExclusionRule(organization="org.scala-lang")) "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 logBuffered in Test := false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment