We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22f5ab4 commit ba60fd2Copy full SHA for ba60fd2
project/plugins.sbt
@@ -1,7 +1,7 @@
1
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.2")
2
addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.2")
3
addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.4.1")
4
-addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.3")
+addSbtPlugin("com.github.sbt" % "sbt-ghpages" % "0.8.0")
5
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.0")
6
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.8")
7
addSbtPlugin("com.codecommit" % "sbt-github-actions" % "0.14.2")
0 commit comments