Skip to content

Commit

Permalink
Merge pull request #537 from typelevel/update/sbt-typelevel-0.4.11
Browse files Browse the repository at this point in the history
Update sbt-typelevel to 0.4.11
  • Loading branch information
ahjohannessen authored Jun 6, 2022
2 parents c94cb4a + b9a597f commit 90f2630
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ name: Continuous Integration

on:
pull_request:
branches: ['**']
branches: ['**', '!update/**']
push:
branches: ['**']
branches: ['**', '!update/**']
tags: [v*]

env:
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.4.10")
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.4.11")

addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.3")
Expand Down

0 comments on commit 90f2630

Please sign in to comment.