File tree 2 files changed +0
-2
lines changed
2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,6 @@ classpathArgs () {
59
59
CLASS_PATH+=" $( find_lib " *scala3-interfaces*" ) $PSEP "
60
60
CLASS_PATH+=" $( find_lib " *scala3-library*" ) $PSEP "
61
61
CLASS_PATH+=" $( find_lib " *tasty-core*" ) $PSEP "
62
- CLASS_PATH+=" $( find_lib " *scala3-staging*" ) $PSEP "
63
62
CLASS_PATH+=" $( find_lib " *scala3-tasty-inspector*" ) $PSEP "
64
63
CLASS_PATH+=" $( find_lib " *flexmark-0*" ) $PSEP "
65
64
CLASS_PATH+=" $( find_lib " *flexmark-html-parser*" ) $PSEP "
Original file line number Diff line number Diff line change @@ -106,7 +106,6 @@ call :updateClasspath "scala3-compiler"
106
106
call :updateClasspath " scala3-interfaces"
107
107
call :updateClasspath " scala3-library"
108
108
call :updateClasspath " tasty-core"
109
- call :updateClasspath " scala3-staging"
110
109
call :updateClasspath " scala3-tasty-inspector"
111
110
call :updateClasspath " flexmark-0"
112
111
call :updateClasspath " flexmark-html-parser"
You can’t perform that action at this time.
0 commit comments