Skip to content

Commit

Permalink
Prevent publication of the scalafixRules module
Browse files Browse the repository at this point in the history
  • Loading branch information
japgolly committed Jul 8, 2021
1 parent 15ec0ad commit deb4d38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ object ScalaJsReact {

lazy val scalafixRules = project
.disablePlugins(ScalafixPlugin)
.configure(commonSettingsWithoutPlugins)
.configure(commonSettingsWithoutPlugins, preventPublication)
.settings(
libraryDependencies += "ch.epfl.scala" %% "scalafix-core" % ScalafixVer,
disable := scalaVersion.value.startsWith("3"),
Expand Down

0 comments on commit deb4d38

Please sign in to comment.