Skip to content

Commit 3a775df

Browse files
committed
Fix ghpages push
1 parent 32b0219 commit 3a775df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ inThisBuild(
1616
scmInfo := Some(
1717
ScmInfo(
1818
url("https://github.com/stringbean/scala-xml-compare"),
19-
"https://github.com/stringbean/scala-xml-compare.git")),
19+
"scm:git:git@github.com:stringbean/scala-xml-compare.git")),
2020
autoAPIMappings := true,
2121
javacOptions ++= Seq("-source", javaVersion, "-target", javaVersion, "-Xlint"),
2222
scalacOptions ++= Seq(s"-target:jvm-$javaVersion", "-deprecation", "-feature", "-unchecked"),

0 commit comments

Comments
 (0)