Skip to content

Commit 4ba53c3

Browse files
Adds missing plugins
1 parent 625ed91 commit 4ba53c3

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
addCommandAlias("ci-test", "scalafmtCheck; scalafmtSbtCheck; test")
2-
addCommandAlias("ci-docs", "project-docs/mdoc; headerCreateAll")
2+
addCommandAlias("ci-docs", "project-docs/mdoc")
33

44
Universal / javaOptions += "-Dscala.classpath.closeZip=true"
55

project/plugins.sbt

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
resolvers += Resolver.sonatypeRepo("snapshots")
2-
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.7.0")
3-
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.10")
4-
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.9.0")
5-
addSbtPlugin("se.marcuslonnberg" % "sbt-docker" % "1.5.0")
6-
addSbtPlugin("com.47deg" % "sbt-org-policies" % "0.13.3")
7-
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "3.0.2")
8-
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.3")
9-
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.1.5")
2+
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.7.0")
3+
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.10")
4+
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.9.0")
5+
addSbtPlugin("se.marcuslonnberg" % "sbt-docker" % "1.5.0")
6+
addSbtPlugin("com.47deg" % "sbt-org-policies" % "0.13.3")
7+
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.3")
8+
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.1.5")
9+
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.3.3")
10+
addSbtPlugin("com.alejandrohdezma" % "sbt-mdoc-toc" % "0.2")

0 commit comments

Comments
 (0)