Skip to content
This repository has been archived by the owner on Mar 10, 2019. It is now read-only.

Commit

Permalink
0.21.4: update sbt plugins
Browse files Browse the repository at this point in the history
(Merge branch 'xuwei-k-update-sbt-plugins')
  • Loading branch information
wemrysi committed Mar 13, 2018
2 parents 5b6c987 + 1612360 commit 0eabf5e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
resolvers += Resolver.sonatypeRepo("releases")

addSbtPlugin("io.get-coursier" % "sbt-coursier" % "1.0.0-RC12")
addSbtPlugin("io.get-coursier" % "sbt-coursier" % "1.0.2")
addSbtPlugin("com.fortysevendeg" % "sbt-microsites" % "0.3.3")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.20")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.0")
addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.3.1")
addSbtPlugin("com.slamdata" % "sbt-slamdata" % "0.5.1")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.22")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.1")
addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.3.2")
addSbtPlugin("com.slamdata" % "sbt-slamdata" % "0.5.6")
addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.1")
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "0.21.3"
version in ThisBuild := "0.21.4"

0 comments on commit 0eabf5e

Please sign in to comment.