summaryrefslogtreecommitdiff
path: root/project/build.sbt
diff options
context:
space:
mode:
Diffstat (limited to 'project/build.sbt')
-rw-r--r--project/build.sbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/project/build.sbt b/project/build.sbt
index b19238f577..a604896ded 100644
--- a/project/build.sbt
+++ b/project/build.sbt
@@ -1,2 +1,2 @@
-// Add genprod to the build; It should be moved from `src/build` to `project` once the ANT build is gone
+// Add genprod to the build; It should be moved from `src/build` to `project` now that the Ant build is gone
sources in Compile += ((baseDirectory).value.getParentFile / "src" / "build" / "genprod.scala")