Skip to content

Commit a12e2d7

Browse files
authored
Update project dependencies in Main.rsc
1 parent b3ff93a commit a12e2d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/rascal/Main.rsc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Projects projects = {
4343
<"rascal-git", project(|https://github.com/cwi-swat/rascal-git.git|, {"rascal"})>,
4444
<"php-analysis", project(|https://github.com/cwi-swat/php-analysis.git|, {"rascal", "rascal-git"}, srcs=["src/main/rascal"])>,
4545
<"rascal-lsp-all", project(|https://github.com/usethesource/rascal-language-servers.git|, {"rascal-all", "typepal"}, branch="fix/type-errors-in-integration-tests", subdir="rascal-lsp", srcs=["src/main/rascal/library","src/main/rascal/lsp"])>,
46-
<"rascal-lsp", project(|https://github.com/usethesource/rascal-language-servers.git|, {"rascal-all", "typepal"}, branch="fix/type-errors-in-integration-tests", srcs=["src/main/rascal/library"], subdir="rascal-lsp")>
46+
<"rascal-lsp", project(|https://github.com/usethesource/rascal-language-servers.git|, {"rascal", "typepal"}, branch="fix/type-errors-in-integration-tests", srcs=["src/main/rascal/library"], subdir="rascal-lsp")>
4747
};
4848

4949
bool isWindows = /win/i := getSystemProperty("os.name");

0 commit comments

Comments
 (0)