Skip to content

Commit

Permalink
Merge pull request #73 from scala-steward/update/sbt-java-formatter-0…
Browse files Browse the repository at this point in the history
….6.1

Update sbt-java-formatter to 0.6.1
  • Loading branch information
fthomas authored Nov 8, 2021
2 parents 999fada + 99340de commit 58ad8bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
addSbtPlugin("com.codecommit" % "sbt-github-actions" % "0.13.0")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10")
addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.4.4")
addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.6.1")
5 changes: 2 additions & 3 deletions src/main/java/Person.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
final class
Person {
int age = 0;
final class Person {
int age = 0;
}

0 comments on commit 58ad8bc

Please sign in to comment.