summaryrefslogtreecommitdiff
path: root/project/MiMa.scala
diff options
context:
space:
mode:
Diffstat (limited to 'project/MiMa.scala')
-rw-r--r--project/MiMa.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/project/MiMa.scala b/project/MiMa.scala
index 8963699c17..ceda8f5594 100644
--- a/project/MiMa.scala
+++ b/project/MiMa.scala
@@ -49,7 +49,7 @@ object MiMa {
"--curr", curr.getAbsolutePath,
"--filters", filter.getAbsolutePath,
"--generate-filters",
- // !!! Command line MiMa (which we call rathan the SBT Plugin for reasons alluded to in f2d0f1e85) incorrectly
+ // !!! Command line MiMa (which we call rathan the sbt Plugin for reasons alluded to in f2d0f1e85) incorrectly
// defaults to no checking (!) if this isn't specified. Fixed in https://github.com/typesafehub/migration-manager/pull/138
// TODO: Try out the new "--direction both" mode of MiMa
"--direction", "backwards"