From ee897e3e20e2926c46954cb503215e602b84074c Mon Sep 17 00:00:00 2001 From: "etspaceman-scala-steward-app[bot]" <149607074+etspaceman-scala-steward-app[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 14:47:14 -0600 Subject: [PATCH] Update sbt-typelevel-ci, ... to 0.6.2 (#649) Co-authored-by: scala-steward[bot] <417002+ etspaceman-scala-steward-app[bot]@users.noreply.github.com> --- 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")