From a7c3bcddee74b47cd7a3d20b722e7b000e8f386b Mon Sep 17 00:00:00 2001 From: datahub-rewrite-bot Date: Sun, 17 Dec 2023 13:08:25 +0000 Subject: [PATCH] Update sbt-typelevel, sbt-typelevel-site 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 55be6a9a..6c597440 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.6.3") -addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.6.3") +addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.6.4") +addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.6.4") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.14.0") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.1")