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 88af48d commit 6bc572eCopy full SHA for 6bc572e
build.sbt
@@ -36,7 +36,7 @@ lazy val publishSettings = Seq(
36
pgpPublicRing := file(s"$gpgFolder/pubring.gpg"),
37
pgpSecretRing := file(s"$gpgFolder/secring.gpg"),
38
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")),
+ scmInfo := Some(ScmInfo(url("https://github.com/scala-exercises/exercises-shapeless"), "https://github.com/scala-exercises/exercises-shapeless.git")),
40
licenses := Seq("Apache License, Version 2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0.txt")),
41
publishMavenStyle := true,
42
publishArtifact in Test := false,
0 commit comments