Skip to content

Commit 4b1ca04

Browse files
committed
Update sbt-site to 1.7.0
1 parent 3b19e1c commit 4b1ca04

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

project/plugins.sbt

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
addSbtPlugin("com.codecommit" % "sbt-github-actions" % "0.14.2")
2-
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "1.2.0")
3-
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")
4-
addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0")
5-
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10")
6-
addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.2")
7-
addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.4.1")
8-
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.9")
9-
addSbtPlugin("org.lyranthe.sbt" % "partial-unification" % "1.1.2")
10-
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.0")
11-
addCompilerPlugin("com.olegpy" %% "better-monadic-for" % "0.3.1")
12-
1+
addSbtPlugin("com.codecommit" % "sbt-github-actions" % "0.14.2")
2+
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "1.2.0")
3+
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")
4+
addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0")
5+
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10")
6+
addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.2")
7+
addSbtPlugin("com.github.sbt" % "sbt-site" % "1.7.0")
8+
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.9")
9+
addSbtPlugin("org.lyranthe.sbt" % "partial-unification" % "1.1.2")
10+
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.0")
11+
addCompilerPlugin("com.olegpy" %% "better-monadic-for" % "0.3.1")

0 commit comments

Comments
 (0)