Skip to content

Commit

Permalink
Merge pull request #49 from scalacenter/update/mill-scalafix-0.3.0
Browse files Browse the repository at this point in the history
build(deps): Update mill-scalafix from 0.2.11 to 0.3.0
  • Loading branch information
ckipp01 authored Jun 26, 2023
2 parents 263a95e + b2f0641 commit c53c389
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions build.sc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import $ivy.`com.github.lolgab::mill-mima::0.0.23`
import $ivy.`com.github.lolgab::mill-crossplatform::0.2.2`
import $ivy.`com.goyeau::mill-scalafix::0.2.11`
import $ivy.`com.goyeau::mill-scalafix::0.3.0`
import $ivy.`io.chris-kipp::mill-ci-release::0.1.9`

import mill._
Expand Down Expand Up @@ -47,10 +47,6 @@ trait CommonPublish extends CiReleaseModule with Mima {

trait Common extends CrossScalaModule with ScalafmtModule with ScalafixModule {

override def scalafixIvyDeps = Agg(
ivy"com.github.liancheng::organize-imports:0.6.0"
)

val jsoniterVersion = "2.4.0"

override def ivyDeps = Agg(
Expand Down

0 comments on commit c53c389

Please sign in to comment.