Skip to content
This repository has been archived by the owner on Mar 16, 2022. It is now read-only.

Commit

Permalink
Fixed scalafmt version mismatch (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
bpg authored and viktorklang committed Sep 13, 2019
1 parent 23f8695 commit aa04d8c
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 @@ -8,7 +8,7 @@ addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.9")

addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.4.4")

addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.0.4")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.0.1")

addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.2.0")

Expand Down

0 comments on commit aa04d8c

Please sign in to comment.