From b4a54f18bde00ddaeba91dcd0a5442b66c7c4a1a Mon Sep 17 00:00:00 2001 From: Josh Suereth Date: Fri, 31 Aug 2012 14:20:36 -0400 Subject: SBT build now works with SBT 0.12. Also fixed partest explosion that happened after partest redesign. --- project/Build.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'project/Build.scala') diff --git a/project/Build.scala b/project/Build.scala index 58d322108b..d8468032ef 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -215,7 +215,7 @@ object ScalaBuild extends Build with Layers with Packaging with Testing { lazy val scalacheck = Project("scalacheck", file(".")) settings(compilerDependentProjectSettings:_*) dependsOn(actors % "provided") lazy val partestSettings = compilerDependentProjectSettings :+ externalDeps - lazy val partest = Project("partest", file(".")) settings(partestSettings:_*) dependsOn(actors,forkjoin,scalap) + lazy val partest = Project("partest", file(".")) settings(partestSettings:_*) dependsOn(actors,forkjoin,scalap,asm) lazy val scalapSettings = compilerDependentProjectSettings ++ Seq( name := "scalap", exportJars := true -- cgit v1.2.3