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
addSbtPlugin("com.artima.supersafe" % "sbtplugin" % "1.1.3") causes errors like this.
... [info] Updating ... [warn] module not found: com.artima.supersafe#supersafe_2.12.6;1.1.3 [warn] ==== local: tried [warn] /Users/jonghoonpark/.ivy2/local/com.artima.supersafe/supersafe_2.12.6/1.1.3/ivys/ivy.xml [warn] ==== public: tried [warn] https://repo1.maven.org/maven2/com/artima/supersafe/supersafe_2.12.6/1.1.3/supersafe_2.12.6-1.1.3.pom [warn] ==== local-preloaded-ivy: tried [warn] /Users/jonghoonpark/.sbt/preloaded/com.artima.supersafe/supersafe_2.12.6/1.1.3/ivys/ivy.xml [warn] ==== local-preloaded: tried [warn] file:////Users/jonghoonpark/.sbt/preloaded/com/artima/supersafe/supersafe_2.12.6/1.1.3/supersafe_2.12.6-1.1.3.pom [warn] ==== Artima Maven Repository: tried [warn] http://repo.artima.com/releases/com/artima/supersafe/supersafe_2.12.6/1.1.3/supersafe_2.12.6-1.1.3.pom ...
When I visited the url(http://repo.artima.com/releases/com/artima/supersafe/supersafe_2.12.6/) to check what's available, it appears that only 1.1.5 or 1.1.6 are supported. After changing version to either of them seems to work.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
addSbtPlugin("com.artima.supersafe" % "sbtplugin" % "1.1.3") causes errors like this.
When I visited the url(http://repo.artima.com/releases/com/artima/supersafe/supersafe_2.12.6/) to check what's available, it appears that only 1.1.5 or 1.1.6 are supported. After changing version to either of them seems to work.
The text was updated successfully, but these errors were encountered: