From b463c7a9abde314750449e29531f76c6085f348a Mon Sep 17 00:00:00 2001 From: Hossein Naderi Date: Sat, 18 Jan 2025 01:04:36 +0000 Subject: [PATCH] Update sbt-typelevel, sbt-typelevel-site to 0.7.6 --- project/plugins.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index ab17445..591cd21 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,2 +1,2 @@ -addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.5") -addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.7.5") +addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.6") +addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.7.6")