Skip to content

Commit

Permalink
Merge pull request #288 from xuwei-k/update-plugins
Browse files Browse the repository at this point in the history
update sbt plugins
  • Loading branch information
seanparsons authored Dec 14, 2017
2 parents bec7793 + 50fb065 commit 8b1e261
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
addSbtPlugin("io.get-coursier" % "sbt-coursier" % "1.0.0-RC13")
addSbtPlugin("io.get-coursier" % "sbt-coursier" % "1.0.0")

resolvers += Resolver.sonatypeRepo("releases")

scalacOptions += "-deprecation"

addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.0")

addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.6")
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.7")

addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.1.18")

addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.21")

addSbtPlugin("org.scala-native" % "sbt-scalajs-crossproject" % "0.2.2")

addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.3.3")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.3.6")

0 comments on commit 8b1e261

Please sign in to comment.