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 15ec0ad commit deb4d38Copy full SHA for deb4d38
project/Build.scala
@@ -62,7 +62,7 @@ object ScalaJsReact {
62
63
lazy val scalafixRules = project
64
.disablePlugins(ScalafixPlugin)
65
- .configure(commonSettingsWithoutPlugins)
+ .configure(commonSettingsWithoutPlugins, preventPublication)
66
.settings(
67
libraryDependencies += "ch.epfl.scala" %% "scalafix-core" % ScalafixVer,
68
disable := scalaVersion.value.startsWith("3"),
0 commit comments