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.
2 parents 0106723 + dda6b9b commit 8d40f7cCopy full SHA for 8d40f7c
build.sbt
@@ -105,4 +105,14 @@ publishArtifact in Test := false
105
106
pomIncludeRepository := { _ => false }
107
108
+pomExtra := (
109
+ <scm>
110
+ <url>https://github.com/scalatest/scalatestplus-junit</url>
111
+ <connection>scm:git:git@github.com:scalatest/scalatestplus-junit.git</connection>
112
+ <developerConnection>
113
+ scm:git:git@github.com:scalatest/scalatestplus-junit.git
114
+ </developerConnection>
115
+ </scm>
116
+)
117
+
118
credentials += Credentials(Path.userHome / ".ivy2" / ".credentials")
0 commit comments