Skip to content

Commit

Permalink
Merge pull request #393 from typelevel/update/sbt-typelevel-0.4.11
Browse files Browse the repository at this point in the history
Update sbt-typelevel, sbt-typelevel-site to 0.4.11
  • Loading branch information
rossabaker authored Jun 6, 2022
2 parents fa701cf + de88e93 commit 53e30cc
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,5 +1,5 @@
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.7.1")
addSbtPlugin("com.github.cb372" % "sbt-explicit-dependencies" % "0.2.16")
val sbtTypelevelVersion = "0.4.10"
val sbtTypelevelVersion = "0.4.11"
addSbtPlugin("org.typelevel" % "sbt-typelevel" % sbtTypelevelVersion)
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % sbtTypelevelVersion)

0 comments on commit 53e30cc

Please sign in to comment.