summaryrefslogtreecommitdiff
path: root/project/ScalaBuildKeys.scala
diff options
context:
space:
mode:
Diffstat (limited to 'project/ScalaBuildKeys.scala')
-rw-r--r--project/ScalaBuildKeys.scala1
1 files changed, 0 insertions, 1 deletions
diff --git a/project/ScalaBuildKeys.scala b/project/ScalaBuildKeys.scala
index e846a884b9..9e495de19f 100644
--- a/project/ScalaBuildKeys.scala
+++ b/project/ScalaBuildKeys.scala
@@ -20,5 +20,4 @@ object ScalaBuildKeys {
val checkSame = TaskKey[Unit]("check-same-binaries", "checks whether or not the class files generated by scala are the same.")
val checkSameLibrary = TaskKey[Unit]("check-same-lib-binaries", "checks whether or not the librayr class files generated by scala are the same.")
val checkSameCompiler = TaskKey[Unit]("check-same-comp-binaries", "checks whether or not the compiler class files generated by scala are the same.")
-
}