From bc86cc8c20f287bfa235ae0fe489057bd31b1698 Mon Sep 17 00:00:00 2001 From: "davenverse-steward[bot]" <130607801+davenverse-steward[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 00:58:14 +0000 Subject: [PATCH] Update sbt-typelevel-ci-release, ... to 0.6.2 --- project/plugins.sbt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 4cf4f78..e9b9d3b 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ -addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.4.19") -addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.4.19") -addSbtPlugin("org.typelevel" % "sbt-typelevel-settings" % "0.4.19") +addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.6.2") +addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.6.2") +addSbtPlugin("org.typelevel" % "sbt-typelevel-settings" % "0.6.2") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.13.1") addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.0") addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.12")