From cacc4aa5b81e9bcf7773a2567f8ed45487e30b1c Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Thu, 13 Oct 2022 03:10:39 +0000 Subject: [PATCH] Update sbt-typelevel-ci-release, ... to 0.4.16 --- project/plugins.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 0080a75..ecf77e7 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ -addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.4.15") -addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.4.15") +addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.4.16") +addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.4.16") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.10.1") addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.7") addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.2.0")