Skip to content

Commit d9af2f9

Browse files
committed
fix plugin
1 parent aae068b commit d9af2f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/plugins.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ resolvers += Resolver.url("scalasbt releases", new URL("http://scalasbt.artifact
22

33
addSbtPlugin("com.hanhuy.sbt" % "android-sdk-plugin" % "1.4.6")
44

5-
resolvers += Resolver.sbtPluginRepo("snapshots")
5+
resolvers += "Sonatype snapshots" at "https://oss.sonatype.org/content/repositories/snapshots/"
66

7-
addSbtPlugin("com.hanhuy.sbt" % "sbt-idea" % "1.7.0-SNAPSHOT")
7+
addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.7.0-SNAPSHOT")

0 commit comments

Comments
 (0)