Update sbt-scalafmt to 2.4.3

pull/9373/head
Scala Steward 2021-07-09 03:23:23 +02:00
parent 1b57ce78e2
commit eaf3752fee
No known key found for this signature in database
GPG Key ID: 96BDF10FFAB8B6A6
1 changed files with 1 additions and 1 deletions

View File

@ -3,5 +3,5 @@ resolvers += Resolver.url(
url("https://raw.githubusercontent.com/ornicar/lila-maven/master")
)(Resolver.ivyStylePatterns)
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.8.7-lila_1.6")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.3")
addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.4.8")