diff --git a/project/plugins.sbt b/project/plugins.sbt index 922084cb..3d039a0c 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ -addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.5.2") -addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.5.2") -addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.5.2") +addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.5.3") +addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.5.3") +addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.5.3") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.1") addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.3")