Skip to content

Commit 8d40f7c

Browse files
committed
Merge branch 'feature-3.2.0.0-release' into junit-4.12/3.2.0.x
2 parents 0106723 + dda6b9b commit 8d40f7c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

build.sbt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,4 +105,14 @@ publishArtifact in Test := false
105105

106106
pomIncludeRepository := { _ => false }
107107

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+
108118
credentials += Credentials(Path.userHome / ".ivy2" / ".credentials")

0 commit comments

Comments
 (0)