forked from ReactivePlatform/Reactive-Design-Patterns
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathplugins.sbt
More file actions
29 lines (15 loc) · 947 Bytes
/
plugins.sbt
File metadata and controls
29 lines (15 loc) · 947 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
resolvers += "Bintray Jcenter" at "https://jcenter.bintray.com/"
addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.4")
addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.3.2")
addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.6.6")
addSbtPlugin("com.lightbend.paradox" % "sbt-paradox-theme" % "0.6.6")
addSbtPlugin("io.github.jonas" % "sbt-paradox-material-theme" % "0.6.0")
addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.3")
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.3.1")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.15")
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.4.3")
addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.4.4")
addSbtPlugin("io.spray" % "sbt-boilerplate" % "0.6.1")
addSbtPlugin("org.wartremover" % "sbt-wartremover" % "2.4.19")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.3.4")
addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.9.2")