diff --git a/project/plugins.sbt b/project/plugins.sbt index 5d02b70..4efd137 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.1") -addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.6.7") -addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.6.7") -addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.6.7") -addSbtPlugin("org.typelevel" % "sbt-typelevel-mima" % "0.6.7") +addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.0") +addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.7.0") +addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.7.0") +addSbtPlugin("org.typelevel" % "sbt-typelevel-mima" % "0.7.0")