equal
deleted
inserted
replaced
1 // mill 0.3.6 |
1 // mill 0.5.1 |
2 |
2 |
3 import ammonite.ops._ |
3 import ammonite.ops._ |
4 import mill._ |
4 import mill._ |
5 import mill.define.{Input, Sources, Target} |
5 import mill.define.{Input, Sources, Target} |
6 import mill.scalajslib._ |
6 import mill.scalajslib._ |
28 } |
28 } |
29 |
29 |
30 def pomSettings = PomSettings( |
30 def pomSettings = PomSettings( |
31 description = "SPSS reader for Scala", |
31 description = "SPSS reader for Scala", |
32 organization = "net.tz", |
32 organization = "net.tz", |
33 url = "https://bitbucket.org/tzeman/spss4s", |
33 url = "https://hg.functionals.cz/spss4s", |
34 licenses = Seq(License.`Apache-2.0`), |
34 licenses = Seq(License.`Apache-2.0`), |
35 versionControl = VersionControl(developerConnection = Some( |
35 versionControl = VersionControl(developerConnection = Some( |
36 "ssh://hg@bitbucket.org/tzeman/spss4s")), |
36 "https://hg.functionals.cz/spss4s")), |
37 developers = Seq( |
37 developers = Seq( |
38 Developer("tzeman", "Tomas Zeman", "") |
38 Developer("tzeman", "Tomas Zeman", "") |
39 ) |
39 ) |
40 ) |
40 ) |
41 |
41 |