Merge pull request #293 from sideeffffect/patch-1

SYNTAX_COMPLEXITY_CEILING=1300
text_sliders
eugene yokota 2023-06-08 21:13:45 +07:00 committed by GitHub
commit 359cfcb136
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

@ -5,7 +5,7 @@
SCALA_SCALA_LIBRARY_EXPECTED=95
SCALA_SCALA_COMPILER_EXPECTED=89
DOTTY_COMPILER_EXPECTED=82
SYNTAX_COMPLEXITY_CEILING=2500
SYNTAX_COMPLEXITY_CEILING=1300
if [ ! -d "$SCALA_SCALA_DIR" ]; then
echo "\$SCALA_SCALA_DIR must be set"