Skip to content

Commit

Permalink
Merge pull request #31 from ChristopherDavenport/switchScalafmtPlugin
Browse files Browse the repository at this point in the history
Switch Scalafmt Plugins
  • Loading branch information
ChristopherDavenport authored May 26, 2018
2 parents 4f7ea6c + 78a585d commit 6628788
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 @@ -3,7 +3,7 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "0.9.3")
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.1")
addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.3")
addSbtPlugin("org.lyranthe.sbt" % "partial-unification" % "1.1.0")
addSbtPlugin("com.lucidchart" % "sbt-scalafmt" % "1.15")
addSbtPlugin("com.geirsson" % "sbt-scalafmt" % "1.5.1")
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.8")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.3")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.23")
Expand Down

0 comments on commit 6628788

Please sign in to comment.