Skip to content

Commit

Permalink
Merge pull request #164 from http4s/update/sbt-typelevel-0.4.11
Browse files Browse the repository at this point in the history
Update to sbt-typelevel 0.4.11
  • Loading branch information
armanbilge authored Jun 5, 2022
2 parents e6fc9e6 + 654e1e1 commit c05b6d1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 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 core/build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
val sbtTypelevelVersion = "0.4.10"
val sbtTypelevelVersion = "0.4.11"
addSbtPlugin("org.typelevel" % "sbt-typelevel" % sbtTypelevelVersion)
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % sbtTypelevelVersion)
addSbtPlugin("org.typelevel" % "sbt-typelevel-scalafix" % sbtTypelevelVersion)
Expand Down
3 changes: 1 addition & 2 deletions core/src/main/scala/org/http4s/sbt/Http4sOrgPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@ object Http4sOrgPlugin extends AutoPlugin {
cond = Some(primaryJavaCond.value)
)
),
githubWorkflowBuildMatrixFailFast := Some(false),
githubWorkflowTargetBranches := Seq("**")
githubWorkflowBuildMatrixFailFast := Some(false)
)

lazy val explicitDepsSettings: Seq[Setting[_]] =
Expand Down

0 comments on commit c05b6d1

Please sign in to comment.