From a2c113a7814b4e493eb78f5b430bb2c65d22d73e Mon Sep 17 00:00:00 2001 From: Hossein Naderi Date: Fri, 21 Jun 2024 00:51:21 +0000 Subject: [PATCH] Update sbt-typelevel, sbt-typelevel-site to 0.7.1 --- project/plugins.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index a3d6c0d..71d83d7 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ -addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.6.7") -addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.6.7") +addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.1") +addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.7.1") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.3") addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.17") addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")