Skip to content

Commit 05c5075

Browse files
author
Merlin Rabens
committed
IC-131 🐛 Fix all scala dependency resolvers
1 parent 7fd9c33 commit 05c5075

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
@@ -17,7 +17,7 @@ lazy val root = (project in file("."))
1717

1818
testFrameworks += new TestFramework("weaver.framework.TestFramework")
1919

20-
publishTo := Some("GitHub Package Registry" at "https://maven.pkg.github.com/intenthq/scala-secret")
20+
publishTo := Some("GitHub Package Registry (intenthq/scala-secret)" at "https://maven.pkg.github.com/intenthq/scala-secret")
2121
credentials ++= scala.util.Properties
2222
.envOrNone("GITHUB_TOKEN")
2323
.map(githubToken => Credentials("GitHub Package Registry", "maven.pkg.github.com", "_", githubToken))

0 commit comments

Comments
 (0)