Skip to content

Commit

Permalink
Ignore compile-time scope on dependency submission
Browse files Browse the repository at this point in the history
  • Loading branch information
rossabaker authored Jun 22, 2023
1 parent df02f4a commit 140ced7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,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 140ced7

Please sign in to comment.