Skip to content

Commit

Permalink
No need to inherit ScalamfmtModule
Browse files Browse the repository at this point in the history
  • Loading branch information
lefou committed Apr 4, 2023
1 parent b771ef3 commit 2a2ff06
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import $ivy.`com.github.lolgab::mill-mima::0.0.13`
import mill._
import mill.define.{Task, Target}
import mill.scalalib._
import mill.scalalib.scalafmt._
import mill.scalanativelib._
import mill.scalalib.publish._
import mill.scalalib.api.ZincWorkerUtil
Expand Down Expand Up @@ -125,8 +124,7 @@ trait SafeDeps extends ScalaModule {
}
}

trait OsLibModule extends CrossScalaModule with PublishModule with AcyclicModule with SafeDeps
with ScalafmtModule {
trait OsLibModule extends CrossScalaModule with PublishModule with AcyclicModule with SafeDeps {
def publishVersion = VcsVersion.vcsState().format()
def pomSettings = PomSettings(
description = artifactName(),
Expand Down

0 comments on commit 2a2ff06

Please sign in to comment.