diff --git a/project/plugins.sbt b/project/plugins.sbt index 0d2b00b..f269c5a 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.4") -addSbtPlugin("org.typelevel" % "sbt-typelevel-scalafix" % "0.7.4") +addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.5") +addSbtPlugin("org.typelevel" % "sbt-typelevel-scalafix" % "0.7.5") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.17.0") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.6.2")