From e99824a6570f18cf868dd98919eb5730048cf753 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Thu, 26 Oct 2023 23:32:00 +0200 Subject: [PATCH] Update sbt-typelevel-ci, ... to 0.5.4 (#611) --- project/plugins.sbt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 92b10912..9ed8334d 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.3") -addSbtPlugin("org.typelevel" % "sbt-typelevel-settings" % "0.5.3") -addSbtPlugin("org.typelevel" % "sbt-typelevel-github" % "0.5.3") -addSbtPlugin("org.typelevel" % "sbt-typelevel-versioning" % "0.5.3") -addSbtPlugin("org.typelevel" % "sbt-typelevel-ci" % "0.5.3") -addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.5.3") -addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.5.3") -addSbtPlugin("org.typelevel" % "sbt-typelevel-kernel" % "0.5.3") -addSbtPlugin("org.typelevel" % "sbt-typelevel-no-publish" % "0.5.3") +addSbtPlugin("org.typelevel" % "sbt-typelevel-settings" % "0.5.4") +addSbtPlugin("org.typelevel" % "sbt-typelevel-github" % "0.5.4") +addSbtPlugin("org.typelevel" % "sbt-typelevel-versioning" % "0.5.4") +addSbtPlugin("org.typelevel" % "sbt-typelevel-ci" % "0.5.4") +addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.5.4") +addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.5.4") +addSbtPlugin("org.typelevel" % "sbt-typelevel-kernel" % "0.5.4") +addSbtPlugin("org.typelevel" % "sbt-typelevel-no-publish" % "0.5.4") 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")