Skip to content

Commit 7d82fbf

Browse files
committed
fix: Scala.js stdlib should not have an artifact name ending with _sjs1_3
This broke when we added the a dependency to the `DottyJSPlugin`
1 parent 7a92a93 commit 7d82fbf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

project/Build.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2141,6 +2141,7 @@ object Build {
21412141
// because we allow cross-compilation.
21422142
versionScheme := Some("always"),
21432143
crossPaths := false,
2144+
crossVersion := CrossVersion.disabled,
21442145
// sbt defaults to scala 2.12.x and metals will report issues as it doesn't consider the project a scala 3 project
21452146
// (not the actual version we use to compile the project)
21462147
scalaVersion := referenceVersion,

0 commit comments

Comments
 (0)