Skip to content

Commit 396d395

Browse files
author
Alejandro Gómez
committed
Add snapshot plugin resolver
1 parent 65f80f5 commit 396d395

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

project/plugins.sbt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
1+
resolvers ++= Seq(
2+
Resolver.sonatypeRepo("snapshots")
3+
)
4+
15
addSbtPlugin("org.scala-exercises" % "sbt-exercise" % "0.2.1-SNAPSHOT", "0.13", "2.10")
26
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0")

0 commit comments

Comments
 (0)