We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c4d7d0 commit 0175876Copy full SHA for 0175876
project/plugins.sbt
@@ -2,7 +2,7 @@ addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.24.0")
2
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.3")
3
addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.3")
4
addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.2")
5
-addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.4.1")
+addSbtPlugin("com.github.sbt" % "sbt-site" % "1.7.0")
6
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.12")
7
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
8
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.0")
0 commit comments