We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
scala3-library
scala3-language-server
1 parent ce4b76e commit 7a92a93Copy full SHA for 7a92a93
project/Build.scala
@@ -3018,6 +3018,9 @@ object Build {
3018
),
3019
// Work around https://github.com/eclipse/lsp4j/issues/295
3020
dependencyOverrides += "org.eclipse.xtend" % "org.eclipse.xtend.lib" % "2.16.0",
3021
+ // Exclude the dependency that is resolved transively, the stdlib
3022
+ // is a project dependency instead
3023
+ excludeDependencies += "org.scala-lang" %% "scala3-library",
3024
javaOptions := (`scala3-compiler-bootstrapped` / javaOptions).value,
3025
).
3026
settings(
0 commit comments