We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I add this line into my plugin.sbt:
addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.3")
However, sbt reports: [error] not found: https://repo1.maven.org/maven2/com/typesafe/sbt/sbt-ghpages_2.12_1.0/0.6.3/sbt-ghpages-0.6.3.pom
I checked the url and find no sbt-ghpages plugins.
I wonder how to solve this problem.
I am using sbt1.4.9 on Ubuntu 18.04.
Thanks a lot !
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I add this line into my plugin.sbt:
addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.3")
However, sbt reports:
[error] not found: https://repo1.maven.org/maven2/com/typesafe/sbt/sbt-ghpages_2.12_1.0/0.6.3/sbt-ghpages-0.6.3.pom
I checked the url and find no sbt-ghpages plugins.
I wonder how to solve this problem.
I am using sbt1.4.9 on Ubuntu 18.04.
Thanks a lot !
The text was updated successfully, but these errors were encountered: