-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathplugins.sbt
37 lines (25 loc) · 1.28 KB
/
plugins.sbt
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
30
31
32
33
34
35
36
37
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0")
// https://developer.lightbend.com/docs/paradox/current/
addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.10.3")
// https://www.scala-sbt.org/sbt-site/getting-started.html
addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.4.1")
// https://github.com/sbt/sbt-ghpages
addSbtPlugin("com.github.sbt" % "sbt-ghpages" % "0.7.0")
// https://github.com/sbt/sbt-header
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
// https://github.com/sbt/sbt-unidoc
addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0")
// https://github.com/djspiewak/sbt-github-actions
addSbtPlugin("com.codecommit" % "sbt-github-actions" % "0.14.2")
// https://github.com/ktoso/sbt-jmh
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.4")
// https://github.com/sbt/sbt-pgp
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")
// https://github.com/sbt/sbt-release
addSbtPlugin("com.github.sbt" % "sbt-release" % "1.1.0")
// https://github.com/xerial/sbt-sonatype
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.18")
// https://github.com/sbt/sbt-projectmatrix
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.9.0")
// https://github.com/indoorvivants/sbt-commandmatrix
addSbtPlugin("com.indoorvivants" % "sbt-commandmatrix" % "0.0.5")