Skip to content

Commit 073fa41

Browse files
authored
Merge pull request #216 from typelevel/update/sbt-typelevel-0.4.13
Update sbt-typelevel to 0.4.13
2 parents f146a34 + 8a67999 commit 073fa41

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ name: Continuous Integration
99

1010
on:
1111
pull_request:
12-
branches: ['**']
12+
branches: ['**', '!update/**', '!pr/**']
1313
push:
14-
branches: ['**']
14+
branches: ['**', '!update/**', '!pr/**']
1515
tags: [v*]
1616

1717
env:

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.10.0")
2-
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.4.9")
2+
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.4.13")

0 commit comments

Comments
 (0)