Skip to content

Commit

Permalink
Merge pull request #356 from Banno/ignore-compile-time
Browse files Browse the repository at this point in the history
Ignore compile-time scope on dependency submission
  • Loading branch information
rossabaker authored Jan 17, 2024
2 parents bcfafc1 + acdb562 commit 8402081
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ jobs:
uses: scalacenter/sbt-dependency-submission@v2
with:
modules-ignore: docs_2.12 docs_2.13 docs_3
configs-ignore: scala-doc-tool scala-tool test
configs-ignore: compile-time scala-doc-tool scala-tool test

site:
name: Generate Site
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ inThisBuild(
name = Some("Submit Dependencies"),
params = Map(
"modules-ignore" -> "docs_2.12 docs_2.13 docs_3",
"configs-ignore" -> "scala-doc-tool scala-tool test"
"configs-ignore" -> "compile-time scala-doc-tool scala-tool test"
)
)
).copy(cond = Some("github.event_name != 'pull_request'"))
Expand Down

0 comments on commit 8402081

Please sign in to comment.