Skip to content

Commit

Permalink
only run sbt-explicit-dependencies against JVM
Browse files Browse the repository at this point in the history
better scala.js support seems low priority:
cb372/sbt-explicit-dependencies#27
  • Loading branch information
jisantuc committed Nov 16, 2020
1 parent afb2347 commit 1501f8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/test
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ if [[ "${BASH_SOURCE[0]}" == "${0}" ]]; then
scalafmtCheck; \
scalafmtSbtCheck; \
scapegoat; \
undeclaredCompileDependenciesTest; \
unusedCompileDependenciesTest; \
rootJVM/undeclaredCompileDependenciesTest; \
rootJVM/unusedCompileDependenciesTest; \
test
"
fi
Expand Down

0 comments on commit 1501f8c

Please sign in to comment.