aboutsummaryrefslogtreecommitdiff
path: root/stage2/DirectoryDependency.scala
diff options
context:
space:
mode:
Diffstat (limited to 'stage2/DirectoryDependency.scala')
-rw-r--r--stage2/DirectoryDependency.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/stage2/DirectoryDependency.scala b/stage2/DirectoryDependency.scala
index f2b5557..9a50be4 100644
--- a/stage2/DirectoryDependency.scala
+++ b/stage2/DirectoryDependency.scala
@@ -121,7 +121,7 @@ object DirectoryDependency {
build.asInstanceOf[Dependency]
} catch {
case e: ClassCastException =>
- throw new RuntimeException( "Your class " ++ lib.buildClassName ++ " needs to extend class BaseBuild in $buildFile", e )
+ throw new RuntimeException( "Your class " ++ lib.buildClassName ++ s" needs to extend class BaseBuild in $buildFile", e )
}
} )( context.logger, context.transientCache, context.classLoaderCache )
}