From 550b99c762df19bdbf7daff1615208632da9a1ba Mon Sep 17 00:00:00 2001 From: "davenverse-steward[bot]" <130607801+davenverse-steward[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 12:18:40 +0000 Subject: [PATCH] Update sbt-typelevel-settings, ... to 0.6.4 --- project/plugins.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 0a9b679..5d1941b 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.4.9") -addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.4.9") -addSbtPlugin("org.typelevel" % "sbt-typelevel-settings" % "0.4.9") +addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.6.4") +addSbtPlugin("org.typelevel" % "sbt-typelevel-settings" % "0.6.4") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.10.0") addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.2.0") \ No newline at end of file