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.
_sjs1_3
1 parent 7a92a93 commit 7d82fbfCopy full SHA for 7d82fbf
project/Build.scala
@@ -2141,6 +2141,7 @@ object Build {
2141
// because we allow cross-compilation.
2142
versionScheme := Some("always"),
2143
crossPaths := false,
2144
+ crossVersion := CrossVersion.disabled,
2145
// sbt defaults to scala 2.12.x and metals will report issues as it doesn't consider the project a scala 3 project
2146
// (not the actual version we use to compile the project)
2147
scalaVersion := referenceVersion,
0 commit comments