From df9ded67b910a5b6a30b37758dbbb12002a92512 Mon Sep 17 00:00:00 2001 From: Hossein Naderi Date: Sat, 7 Sep 2024 00:59:02 +0000 Subject: [PATCH] Update sbt-typelevel, sbt-typelevel-site to 0.7.3 --- project/plugins.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 3f58f95..073aa43 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,2 +1,2 @@ -addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.2") -addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.7.2") +addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.3") +addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.7.3")