From 7858576c85487d30f43a5f7b7881a93e850ffbe1 Mon Sep 17 00:00:00 2001 From: "tarao-scala-steward[bot]" <162550418+tarao-scala-steward[bot]@users.noreply.github.com> Date: Sun, 21 Apr 2024 00:25:47 +0000 Subject: [PATCH] Update sbt-typelevel, ... to 0.7.0 --- project/plugins.sbt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 3ea396f..9dd41ad 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,7 +1,7 @@ addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7") -addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.6.7") -addSbtPlugin("org.typelevel" % "sbt-typelevel-scalafix" % "0.6.7") -addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.6.7") +addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.0") +addSbtPlugin("org.typelevel" % "sbt-typelevel-scalafix" % "0.7.0") +addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.7.0") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0") addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.17") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.11")