summaryrefslogtreecommitdiff
path: root/docs/example-2
diff options
context:
space:
mode:
authorrockjam <5min4eq.unity@gmail.com>2018-04-30 02:01:22 +0300
committerrockjam <5min4eq.unity@gmail.com>2018-04-30 02:01:22 +0300
commitd86494099d7fca87ab1a8bf0b02ae305ad210d3b (patch)
tree5b36c20f473698c2a054e1b07a98e9ae67f8f396 /docs/example-2
parent5593e0c57eb4a85060575e1f78b2aea857adba2d (diff)
downloadmill-d86494099d7fca87ab1a8bf0b02ae305ad210d3b.tar.gz
mill-d86494099d7fca87ab1a8bf0b02ae305ad210d3b.tar.bz2
mill-d86494099d7fca87ab1a8bf0b02ae305ad210d3b.zip
update docs about scala modules publishing
Diffstat (limited to 'docs/example-2')
-rw-r--r--docs/example-2/build.sc4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/example-2/build.sc b/docs/example-2/build.sc
index e8cb27ef..eb74f10c 100644
--- a/docs/example-2/build.sc
+++ b/docs/example-2/build.sc
@@ -1,7 +1,7 @@
// build.sc
import mill._, scalalib._, publish._
-object foo extends PublishModule{
+object foo extends ScalaModule with PublishModule {
def scalaVersion = "2.12.4"
def publishVersion = "0.0.1"
@@ -15,4 +15,4 @@ object foo extends PublishModule{
Developer("lihaoyi", "Li Haoyi","https://github.com/lihaoyi")
)
)
-} \ No newline at end of file
+}