Skip to content

Commit

Permalink
Update sbt-scalafix-defaults to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandrohdezma authored Aug 5, 2020
1 parent 978ed71 commit 7f08d5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,12 @@
package com.alejandrohdezma.sbt.modules

import scala.collection.mutable
import scala.language.experimental.macros
import scala.reflect.macros._

import sbt.Keys._
import sbt._

import scala.language.experimental.macros

@SuppressWarnings(Array("scalafix:Disable.scala.collection.mutable", "scalafix:DisableSyntax.implicitConversion"))
object ModulesPlugin extends AutoPlugin {

Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.19")
addSbtPlugin("com.alejandrohdezma" % "sbt-fix" % "0.6.1")
addSbtPlugin("com.alejandrohdezma" % "sbt-github-mdoc" % "0.8.2")
addSbtPlugin("com.alejandrohdezma" % "sbt-github-header" % "0.8.2")
addSbtPlugin("com.alejandrohdezma" % "sbt-scalafix-defaults" % "0.2.3")
addSbtPlugin("com.alejandrohdezma" % "sbt-scalafix-defaults" % "0.3.0")
addSbtPlugin("com.alejandrohdezma" % "sbt-scalafmt-defaults" % "0.3.0")
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.3")
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.6.0")
Expand Down

0 comments on commit 7f08d5c

Please # to comment.