From 0ad467626e897f0be02fe47be931221848aae6a6 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 3 Dec 2023 14:39:37 +0000 Subject: [PATCH] Update sbt-typelevel-ci-release, ... to 0.6.3 --- project/plugins.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index d85d1519..5664ba45 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.3") -addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.4.22") -addSbtPlugin("org.typelevel" % "sbt-typelevel-settings" % "0.4.22") +addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.6.3") +addSbtPlugin("org.typelevel" % "sbt-typelevel-settings" % "0.6.3") addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.14.0") addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")