We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32b0219 commit 3a775dfCopy full SHA for 3a775df
build.sbt
@@ -16,7 +16,7 @@ inThisBuild(
16
scmInfo := Some(
17
ScmInfo(
18
url("https://github.com/stringbean/scala-xml-compare"),
19
- "https://github.com/stringbean/scala-xml-compare.git")),
+ "scm:git:git@github.com:stringbean/scala-xml-compare.git")),
20
autoAPIMappings := true,
21
javacOptions ++= Seq("-source", javaVersion, "-target", javaVersion, "-Xlint"),
22
scalacOptions ++= Seq(s"-target:jvm-$javaVersion", "-deprecation", "-feature", "-unchecked"),
0 commit comments