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 d01571d commit d3d92c0Copy full SHA for d3d92c0
project/Build.scala
@@ -3015,6 +3015,9 @@ object Build {
3015
),
3016
// Work around https://github.com/eclipse/lsp4j/issues/295
3017
dependencyOverrides += "org.eclipse.xtend" % "org.eclipse.xtend.lib" % "2.16.0",
3018
+ // Exclude the dependency that is resolved transively, the stdlib
3019
+ // is a project dependency instead
3020
+ excludeDependencies += "org.scala-lang" %% "scala3-library",
3021
javaOptions := (`scala3-compiler-bootstrapped` / javaOptions).value,
3022
).
3023
settings(
0 commit comments