Skip to content

Commit

Permalink
No play-docs for Scala 2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurz committed Oct 10, 2022
1 parent 17c2d39 commit 8576ed7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/test-code.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ echo MATRIX_SCALA=$MATRIX_SCALA
sbt -DscalaJSStage=full ++$MATRIX_SCALA test publishLocal || exit 1

case "$MATRIX_SCALA" in
3.*) echo "SKIPPING docs/test" ;;
3.* | 2.12.*) echo "SKIPPING docs/test" ;;
# ^ because Play 2.9.x does not get published for Scala 2.12.x anymore
# ^ because there is no play-docs for Scala 3
# and we can't use play-docs_2.13 because then:
# [error] Modules were resolved with conflicting cross-version suffixes in ProjectRef(uri("file:/d/play-json/"), "docs"):
Expand Down

0 comments on commit 8576ed7

Please sign in to comment.