Skip to content

Commit 3588632

Browse files
committed
update sbt plugins
1 parent 79432b4 commit 3588632

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

project/plugins.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10")
1+
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2")
22
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1")
33

44
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.5")
55
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
66
addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0")
7-
addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.4.1")
7+
addSbtPlugin("com.github.sbt" % "sbt-site-paradox" % "1.7.0")
88
addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.9.2")
9-
addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.3")
9+
addSbtPlugin("com.github.sbt" % "sbt-ghpages" % "0.8.0")
1010
addSbtPlugin("com.eed3si9n" % "sbt-nocomma" % "0.1.2")
1111

1212
libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml" % "always"

0 commit comments

Comments
 (0)