From a60e31f1bc48694834ef3998d0a86f93bda16b1f Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 11:40:46 +0200 Subject: [PATCH] Update sbt-typelevel-ci-release, ... to 0.6.0 (#613) Co-authored-by: typelevel-steward[bot] <106827141+typelevel-steward[bot]@users.noreply.github.com> --- project/plugins.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index b8b1cb75..f505fce9 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -3,6 +3,6 @@ addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.16") addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2") addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2") addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.2") -addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.5.4") -addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.5.4") +addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.6.0") +addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.6.0") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")