From 1345db19dabc26a41f27d4ba905a56d68d2860bd Mon Sep 17 00:00:00 2001 From: Hossein Naderi Date: Tue, 7 May 2024 00:55:34 +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 5adfee7..f21b8e1 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ -addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.0") -addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.7.0") +addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.1") +addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.7.1") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0") addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.1") addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")