diff --git a/project/plugins.sbt b/project/plugins.sbt index d3269526..627ea7ba 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,14 +1,14 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.1") addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.4") -addSbtPlugin("org.typelevel" % "sbt-typelevel-settings" % "0.6.1") -addSbtPlugin("org.typelevel" % "sbt-typelevel-github" % "0.6.1") -addSbtPlugin("org.typelevel" % "sbt-typelevel-versioning" % "0.6.1") -addSbtPlugin("org.typelevel" % "sbt-typelevel-ci" % "0.6.1") -addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.6.1") -addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.6.1") -addSbtPlugin("org.typelevel" % "sbt-typelevel-kernel" % "0.6.1") -addSbtPlugin("org.typelevel" % "sbt-typelevel-no-publish" % "0.6.1") +addSbtPlugin("org.typelevel" % "sbt-typelevel-settings" % "0.6.2") +addSbtPlugin("org.typelevel" % "sbt-typelevel-github" % "0.6.2") +addSbtPlugin("org.typelevel" % "sbt-typelevel-versioning" % "0.6.2") +addSbtPlugin("org.typelevel" % "sbt-typelevel-ci" % "0.6.2") +addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.6.2") +addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.6.2") +addSbtPlugin("org.typelevel" % "sbt-typelevel-kernel" % "0.6.2") +addSbtPlugin("org.typelevel" % "sbt-typelevel-no-publish" % "0.6.2") addSbtPlugin("org.portable-scala" % "sbt-crossproject" % "1.3.2") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.14.0") addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.9.1")