From a2289073c881ce3969c29a0b71c6bd2954e89f6e Mon Sep 17 00:00:00 2001 From: Hossein Naderi Date: Sun, 18 Feb 2024 00:50:56 +0000 Subject: [PATCH] Update sbt-typelevel, sbt-typelevel-site to 0.6.6 --- project/plugins.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 341412d..a382cdd 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,2 +1,2 @@ -addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.6.5") -addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.6.5") +addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.6.6") +addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.6.6")