Skip to content

Commit b7d0f63

Browse files
committed
reverted addition of 'scala3-staging' library
1 parent 351709d commit b7d0f63

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

dist/bin/scaladoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ classpathArgs () {
5959
CLASS_PATH+="$(find_lib "*scala3-interfaces*")$PSEP"
6060
CLASS_PATH+="$(find_lib "*scala3-library*")$PSEP"
6161
CLASS_PATH+="$(find_lib "*tasty-core*")$PSEP"
62-
CLASS_PATH+="$(find_lib "*scala3-staging*")$PSEP"
6362
CLASS_PATH+="$(find_lib "*scala3-tasty-inspector*")$PSEP"
6463
CLASS_PATH+="$(find_lib "*flexmark-0*")$PSEP"
6564
CLASS_PATH+="$(find_lib "*flexmark-html-parser*")$PSEP"

dist/bin/scaladoc.bat

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ call :updateClasspath "scala3-compiler"
106106
call :updateClasspath "scala3-interfaces"
107107
call :updateClasspath "scala3-library"
108108
call :updateClasspath "tasty-core"
109-
call :updateClasspath "scala3-staging"
110109
call :updateClasspath "scala3-tasty-inspector"
111110
call :updateClasspath "flexmark-0"
112111
call :updateClasspath "flexmark-html-parser"

0 commit comments

Comments
 (0)