From 7c125865bb9f3808ef2d57e8fed77cae2e881636 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 17 Jul 2022 12:36:02 +0000 Subject: [PATCH 1/2] Update sbt-typelevel to 0.4.13 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index f101df42..18de9f37 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.4.9") +addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.4.13") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.10.0") addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.20.0") addSbtPlugin("com.github.tkawachi" % "sbt-doctest" % "0.10.0") From 82ba631230bf879ff01146cfe78de3cf9e04f0e9 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 17 Jul 2022 12:37:12 +0000 Subject: [PATCH 2/2] Run prePR with sbt-typelevel Executed command: sbt tlPrePrBotHook --- .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 7b337550..a0123f83 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,9 +9,9 @@ name: Continuous Integration on: pull_request: - branches: ['**'] + branches: ['**', '!update/**', '!pr/**'] push: - branches: ['**'] + branches: ['**', '!update/**', '!pr/**'] tags: [v*] env: