diff --git a/build.sbt b/build.sbt index c1f62b5..888ee23 100644 --- a/build.sbt +++ b/build.sbt @@ -99,7 +99,7 @@ lazy val core = project.in(file("core")) addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.21"), addSbtPlugin("com.47deg" % "sbt-microsites" % "1.3.4"), - addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.3"), + addSbtPlugin("com.github.sbt" % "sbt-ghpages" % "0.8.0"), scriptedBufferLog := false, scriptedLaunchOpts := { scriptedLaunchOpts.value ++ diff --git a/project/plugins.sbt b/project/plugins.sbt index 074fbd2..3bfcefb 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -13,6 +13,6 @@ addSbtPlugin("com.codecommit" % "sbt-github-actions" % "0.12.0") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.21") addSbtPlugin("com.47deg" % "sbt-microsites" % "1.3.4") -addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.3") +addSbtPlugin("com.github.sbt" % "sbt-ghpages" % "0.8.0") addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.5.1") \ No newline at end of file