Skip to content

Commit

Permalink
Use helper addSbtCoursier in project/plugins.sbt (#2205)
Browse files Browse the repository at this point in the history
* remove project/project

* Use helper addSbtCoursier in project/plugins.sbt
  • Loading branch information
Alistair-Johnson authored and kailuowang committed Mar 28, 2018
1 parent e188193 commit b88f914
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("io.get-coursier" % "sbt-coursier" % "1.0.0")
addSbtCoursier
addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.1")
addSbtPlugin("com.github.gseitz" %% "sbt-release" % "1.0.8")
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.0")
Expand Down
2 changes: 1 addition & 1 deletion project/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
addSbtPlugin("io.get-coursier" % "sbt-coursier" % "1.0.0")
addSbtPlugin("io.get-coursier" % "sbt-coursier" % "1.0.2")

0 comments on commit b88f914

Please sign in to comment.