Skip to content

Commit

Permalink
add resolver in plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
fluency03 committed Apr 15, 2018
1 parent 311349b commit 7375ec2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
resolvers ++= Seq(
"Artima Maven Repository" at "http://repo.artima.com/releases"
)

addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0")
addSbtPlugin("com.artima.supersafe" %% "sbtplugin" % "1.1.3")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.1")

0 comments on commit 7375ec2

Please sign in to comment.