Skip to content

Commit

Permalink
Add snapshot plugin resolver
Browse files Browse the repository at this point in the history
  • Loading branch information
Alejandro Gómez committed Jul 5, 2016
1 parent c3a07fd commit b800d7a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
resolvers ++= Seq(
Resolver.sonatypeRepo("snapshots")
)

addSbtPlugin("org.scala-exercises" % "sbt-exercise" % "0.2.1-SNAPSHOT", "0.13", "2.10")
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0")

0 comments on commit b800d7a

Please sign in to comment.