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.
1 parent b2262a9 commit 6973cd2Copy full SHA for 6973cd2
project/Build.scala
@@ -192,6 +192,7 @@ object ScalaJsReact {
192
.settings(
193
moduleName := "scalafix",
194
libraryDependencies += "ch.epfl.scala" %% "scalafix-core" % ScalafixVer,
195
+ scalacOptions ~= { _.filterNot(_.contains("mapSourceURI")) },
196
disable := scalaVersion.value.startsWith("3"),
197
)
198
.configure(conditionallyDisable) // keep this last
0 commit comments