You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installation step don't say which repo must be included in build.sbt. I faced an issue because, I included the maven typesafe repo, but not ivy one. As the sbteclipse is present only in ivy repo, sbt update gave unresolved dependency error. Could you please update your install step documentation to mention the repo url to be used?
repo.typesafe.com
This is a redirection service for the Typesafe repositories. To insulate yourself from future migrations, please use the proxy URL instead of where it redirects (currently https://dl.bintray.com):
Installation step don't say which repo must be included in build.sbt. I faced an issue because, I included the maven typesafe repo, but not ivy one. As the sbteclipse is present only in ivy repo, sbt update gave unresolved dependency error. Could you please update your install step documentation to mention the repo url to be used?
repo.typesafe.com
This is a redirection service for the Typesafe repositories. To insulate yourself from future migrations, please use the proxy URL instead of where it redirects (currently https://dl.bintray.com):
Resolver.typesafeIvyRepo("releases") https://repo.typesafe.com/typesafe/ivy-releases/
Resolver.typesafeRepo("releases") https://repo.typesafe.com/typesafe/maven-releases/
The text was updated successfully, but these errors were encountered: