diff --git a/e2e.sh b/e2e.sh index 091bbd48a..39c104ff7 100755 --- a/e2e.sh +++ b/e2e.sh @@ -5,7 +5,7 @@ sbt clean \ e2eJVM$SCALA_VERSION/test \ e2eGrpcJVM$SCALA_VERSION/test -if [[ "$SCALA_VERSION" != "0_27" ]]; then +if [[ "$SCALA_VERSION" != "3_0" ]]; then sbt \ e2eJS${SCALA_VERSION}/test fi