From 0d50b4a1da39984a4d88d4191802abbb2b7629b6 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Mon, 6 Jun 2022 02:21:44 +0000 Subject: [PATCH 1/2] Update sbt-typelevel, sbt-typelevel-site to 0.4.11 --- project/plugins.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 703977c..221f008 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -4,6 +4,6 @@ addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.4") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.2") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.9.3") -addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.4.9") -addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.4.9") +addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.4.11") +addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.4.11") addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.3") From 619515dd5ce352d40d94c4024a151e92a39797cc Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Mon, 6 Jun 2022 02:22:05 +0000 Subject: [PATCH 2/2] Regenerate workflow with sbt-github-actions --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c453635..bdc2c6c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,9 +9,9 @@ name: Continuous Integration on: pull_request: - branches: ['**'] + branches: ['**', '!update/**'] push: - branches: ['**'] + branches: ['**', '!update/**'] tags: [v*] env: