Commit d9af2f93 authored by Max Lv's avatar Max Lv

fix plugin

parent aae068b7
...@@ -2,6 +2,6 @@ resolvers += Resolver.url("scalasbt releases", new URL("http://scalasbt.artifact ...@@ -2,6 +2,6 @@ resolvers += Resolver.url("scalasbt releases", new URL("http://scalasbt.artifact
addSbtPlugin("com.hanhuy.sbt" % "android-sdk-plugin" % "1.4.6") addSbtPlugin("com.hanhuy.sbt" % "android-sdk-plugin" % "1.4.6")
resolvers += Resolver.sbtPluginRepo("snapshots") resolvers += "Sonatype snapshots" at "https://oss.sonatype.org/content/repositories/snapshots/"
addSbtPlugin("com.hanhuy.sbt" % "sbt-idea" % "1.7.0-SNAPSHOT") addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.7.0-SNAPSHOT")
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment