From fdc884fe82cd86daa51655962538d67262ec6c05 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 20:54:00 +0000 Subject: [PATCH] Update sbt-typelevel-ci-release, ... to 0.5.3 --- project/plugins.sbt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 6c776fa..4cb9eea 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ -addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.5.2") -addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.5.2") -addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.5.2") +addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.5.3") +addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.5.3") +addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.5.3") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.13.2") addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.15") addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")