Skip to content

Commit

Permalink
Merge pull request #90 from typelevel/update/sbt-typelevel-ci-release…
Browse files Browse the repository at this point in the history
…-0.4.11

Update sbt-typelevel-ci-release to 0.4.11
  • Loading branch information
joroKr21 authored Jun 6, 2022
2 parents 84c44e1 + 0f86d69 commit c87b0ab
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-ci-release" % "0.4.10")
addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.4.11")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.10.0")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.4")
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.2.0")
Expand Down

0 comments on commit c87b0ab

Please sign in to comment.