--- a/build.sc Thu Mar 14 15:06:13 2019 +0100
+++ b/build.sc Thu Sep 19 12:42:48 2019 +0200
@@ -1,4 +1,4 @@
-// mill 0.3.6
+// mill 0.5.1
import ammonite.ops._
import mill._
@@ -30,10 +30,10 @@
def pomSettings = PomSettings(
description = "SPSS reader for Scala",
organization = "net.tz",
- url = "https://bitbucket.org/tzeman/spss4s",
+ url = "https://hg.functionals.cz/spss4s",
licenses = Seq(License.`Apache-2.0`),
versionControl = VersionControl(developerConnection = Some(
- "ssh://hg@bitbucket.org/tzeman/spss4s")),
+ "https://hg.functionals.cz/spss4s")),
developers = Seq(
Developer("tzeman", "Tomas Zeman", "")
)