Skip to content

Commit

Permalink
Fix resolver
Browse files Browse the repository at this point in the history
  • Loading branch information
jberkel committed Mar 25, 2012
1 parent 2314e3e commit c2fbcec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/g8/project/plugins.sbt
@@ -1,3 +1,3 @@
resolvers += Resolver.url("scalasbt snapshots", new URL("http://scalasbt.artifactoryonline.com/scalasbt/sbt-plugin-snapshots"))(Resolver.ivyStylePatterns)
resolvers += Resolver.url("scalasbt releases", new URL("http://scalasbt.artifactoryonline.com/scalasbt/sbt-plugin-releases"))(Resolver.ivyStylePatterns)

addSbtPlugin("org.scala-sbt" % "sbt-android-plugin" % "0.6.1")

0 comments on commit c2fbcec

Please sign in to comment.