summaryrefslogtreecommitdiff
path: root/build.sc
diff options
context:
space:
mode:
Diffstat (limited to 'build.sc')
-rwxr-xr-xbuild.sc3
1 files changed, 3 insertions, 0 deletions
diff --git a/build.sc b/build.sc
index 4fe721d1..d0b8db56 100755
--- a/build.sc
+++ b/build.sc
@@ -28,6 +28,9 @@ trait MillPublishModule extends PublishModule{
"git://github.com/lihaoyi/mill.git",
"scm:git://github.com/lihaoyi/mill.git"
),
+ // TODO 0.1.4:
+ // versionControl = VersionControl.github("lihaoyi", "mill")
+
developers = Seq(
Developer("lihaoyi", "Li Haoyi","https://github.com/lihaoyi")
)