summaryrefslogtreecommitdiff
path: root/build.sc
diff options
context:
space:
mode:
authorGuillaume Grossetie <ggrossetie@gmail.com>2018-06-28 16:36:59 +0200
committerTobias Roeser <le.petit.fou@web.de>2019-02-14 17:45:16 +0100
commitfc18309865baf869d9c6f7ff7879f33f4cc122e6 (patch)
tree45c3c5bc36c04d0d7774017d8d5fe33e8e6db6be /build.sc
parentc29b678085b9417d55ea4e225786f99568cfeeb1 (diff)
downloadmill-fc18309865baf869d9c6f7ff7879f33f4cc122e6.tar.gz
mill-fc18309865baf869d9c6f7ff7879f33f4cc122e6.tar.bz2
mill-fc18309865baf869d9c6f7ff7879f33f4cc122e6.zip
Create a Play! module to compile the router
Diffstat (limited to 'build.sc')
-rwxr-xr-xbuild.sc2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sc b/build.sc
index 310f7060..fc58fff5 100755
--- a/build.sc
+++ b/build.sc
@@ -243,7 +243,7 @@ object contrib extends MillModule {
)
}
- object twirllib extends MillModule {
+ object playlib extends MillModule {
def moduleDeps = Seq(scalalib)
}