Skip to content
New issue

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

sbt-idea SNAPSHOT not found #294

Open
joeboyscout04 opened this issue Apr 2, 2014 · 2 comments
Open

sbt-idea SNAPSHOT not found #294

joeboyscout04 opened this issue Apr 2, 2014 · 2 comments

Comments

@joeboyscout04
Copy link

I was using the snapshot 1.6.0-SNAPSHOT successfully for a while, but today it appears that it's not found.

I also tried 1.7.0-SNAPSHOT, with no success.

my plugins.sbt:

resolvers += "Sonatype snapshots" at "http://oss.sonatype.org/content/repositories/snapshots/"

//sbt idea plugin
addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.6.0-SNAPSHOT")

@tovbinm
Copy link

tovbinm commented Apr 2, 2014

Use HTTPS:

resolvers += "Sonatype snapshots" at "https://oss.sonatype.org/content/repositories/snapshots/"

@joeboyscout04
Copy link
Author

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants