Skip to content

Commit

Permalink
Update sbt-scalafix to 0.9.28 (#359)
Browse files Browse the repository at this point in the history
Co-authored-by: Arsene Tochemey Gandote <tochemey@hotmail.com>
  • Loading branch information
scala-steward and Tochemey committed May 23, 2021
1 parent 78c1011 commit 1bca5f2
Showing 1 changed file with 1 addition and 1 deletion.
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("com.dwijnand" % "sbt-dynver" % "4.1.1")
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.8.1")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.8.0")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.27")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.28")
addSbtPlugin("au.com.onegeek" %% "sbt-dotenv" % "2.1.227")
addSbtPlugin("com.lightbend.sbt" % "sbt-javaagent" % "0.1.6")
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.6.0")
Expand Down

0 comments on commit 1bca5f2

Please sign in to comment.