Skip to content

Commit

Permalink
Update sbt-java-formatter to 0.8.0 (#149)
Browse files Browse the repository at this point in the history
* Update sbt-java-formatter to 0.8.0

* Update CleanupDocExample.java

---------

Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
Co-authored-by: PJ Fanning <pjfanning@users.noreply.github.com>
  • Loading branch information
scala-steward-asf[bot] and pjfanning committed Mar 31, 2024
1 parent 7dffb32 commit 4a1bea6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions docs/src/test/java/jdoc/cleanup/CleanupDocExample.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,14 @@

package jdoc.cleanup;

import java.time.ZonedDateTime;
import java.time.temporal.ChronoUnit;
import org.apache.pekko.actor.ActorSystem;
import org.apache.pekko.persistence.cassandra.cleanup.Cleanup;
import org.apache.pekko.persistence.cassandra.query.javadsl.CassandraReadJournal;
import org.apache.pekko.persistence.query.PersistenceQuery;
import scala.compat.java8.FutureConverters;

import java.time.ZonedDateTime;
import java.time.temporal.ChronoUnit;

public class CleanupDocExample {

public static void example() {
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.16")

addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.7.0")
addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.8.0")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.15.0")
addSbtPlugin("com.typesafe.sbt" % "sbt-multi-jvm" % "0.4.0")
addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.0.1")
Expand Down

0 comments on commit 4a1bea6

Please sign in to comment.