Skip to content

Commit

Permalink
Update sbt-scalafmt to 2.3.1 (#917)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 30, 2020
1 parent 755ea01 commit e7321c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugin.sbt
@@ -1,7 +1,7 @@
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.8.1")
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.1")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.3.0")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.3.1")
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "0.6.1")

// For Scala.js
Expand Down

0 comments on commit e7321c1

Please sign in to comment.