From 2712588d1de3396aa9963f453a127f4dc344c233 Mon Sep 17 00:00:00 2001 From: Hossein Naderi Date: Wed, 1 Nov 2023 00:52:57 +0000 Subject: [PATCH] Update sbt-typelevel, sbt-typelevel-site to 0.6.1 --- project/plugins.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index ae79cc7..05a1d1e 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,2 +1,2 @@ -addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.5.4") -addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.5.4") +addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.6.1") +addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.6.1")