From e1f49b054968aed89a9ffd47282da60c55ff6a67 Mon Sep 17 00:00:00 2001 From: "scala-steward[bot]" <417002+ etspaceman-scala-steward-app[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 08:01:30 +0000 Subject: [PATCH] Update sbt-typelevel-ci, ... to 0.6.2 --- project/plugins.sbt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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")