Skip to content

Commit b03c81a

Browse files
Merge pull request #38 from scala-exercises/juanpedromoreno-patch-1
Fixes scmInfo settings
2 parents 88af48d + 6bc572e commit b03c81a

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
@@ -36,7 +36,7 @@ lazy val publishSettings = Seq(
3636
pgpPublicRing := file(s"$gpgFolder/pubring.gpg"),
3737
pgpSecretRing := file(s"$gpgFolder/secring.gpg"),
3838
credentials += Credentials("Sonatype Nexus Repository Manager", "oss.sonatype.org", sys.env.getOrElse("PUBLISH_USERNAME", ""), sys.env.getOrElse("PUBLISH_PASSWORD", "")),
39-
scmInfo := Some(ScmInfo(url("https://github.com/scala-exercises/exercises-cats"), "https://github.com/scala-exercises/exercises-cats.git")),
39+
scmInfo := Some(ScmInfo(url("https://github.com/scala-exercises/exercises-shapeless"), "https://github.com/scala-exercises/exercises-shapeless.git")),
4040
licenses := Seq("Apache License, Version 2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0.txt")),
4141
publishMavenStyle := true,
4242
publishArtifact in Test := false,

0 commit comments

Comments
 (0)