Skip to content

Commit

Permalink
Merge pull request #147 from scala-steward/update/sbt-scalafmt-2.3.2
Browse files Browse the repository at this point in the history
Update sbt-scalafmt to 2.3.2
  • Loading branch information
cquiroz authored Mar 5, 2020
2 parents bc07eea + 345798d commit bea2208
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 @@ -5,7 +5,7 @@ val scalaJSVersion =

addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJSVersion)
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.0.0")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.3.1")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.3.2")
addSbtPlugin("io.github.cquiroz" % "sbt-locales" % "0.3.0")
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.2")
addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.11")
Expand Down

0 comments on commit bea2208

Please sign in to comment.