Skip to content

Commit 6973cd2

Browse files
committed
Fix publication of scalafix rules
1 parent b2262a9 commit 6973cd2

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
@@ -192,6 +192,7 @@ object ScalaJsReact {
192192
.settings(
193193
moduleName := "scalafix",
194194
libraryDependencies += "ch.epfl.scala" %% "scalafix-core" % ScalafixVer,
195+
scalacOptions ~= { _.filterNot(_.contains("mapSourceURI")) },
195196
disable := scalaVersion.value.startsWith("3"),
196197
)
197198
.configure(conditionallyDisable) // keep this last

0 commit comments

Comments
 (0)