Skip to content

Instantly share code, notes, and snippets.

@megri
Created November 16, 2018 12:40
Show Gist options
  • Save megri/b416ffc67de1c6e25d521a680eb43dc8 to your computer and use it in GitHub Desktop.
Save megri/b416ffc67de1c6e25d521a680eb43dc8 to your computer and use it in GitHub Desktop.
sbt -Dsbt.log.noformat=true scalafix > scalafix-log
[info] Updating facebookApi...
[info] Updating userSearchApi...
[info] Updating ...
[info] Updating auth...
[info] Done updating.
[warn] There may be incompatibilities among your library dependencies.
[warn] Run 'evicted' to see detailed eviction warnings
[info] Updating accountApi...
[info] Done updating.
[warn] There may be incompatibilities among your library dependencies.
[warn] Run 'evicted' to see detailed eviction warnings
[info] Done updating.
[info] Updating elasticsearchApi...
[info] Done updating.
[warn] There may be incompatibilities among your library dependencies.
[warn] Run 'evicted' to see detailed eviction warnings
[info] Done updating.
[warn] There may be incompatibilities among your library dependencies.
[warn] Run 'evicted' to see detailed eviction warnings
[info] Updating storageApi...
[info] Done updating.
[warn] There may be incompatibilities among your library dependencies.
[warn] Run 'evicted' to see detailed eviction warnings
[info] Done updating.
[warn] There may be incompatibilities among your library dependencies.
[warn] Run 'evicted' to see detailed eviction warnings
[info] Updating accountImpl...
[info] Updating userSearchImpl...
[info] Updating storageImpl...
[info] Compiling 5 Scala sources to ./facebook-api/target/scala-2.12/classes ...
[info] Done updating.
[warn] There may be incompatibilities among your library dependencies.
[warn] Run 'evicted' to see detailed eviction warnings
[info] Compiling 1 Scala source to ./user-search-api/target/scala-2.12/classes ...
[info] Done updating.
[warn] There may be incompatibilities among your library dependencies.
[warn] Run 'evicted' to see detailed eviction warnings
[info] Compiling 1 Scala source to ./auth/target/scala-2.12/classes ...
[info] Done compiling.
[info] Done compiling.
[info] Compiling 3 Scala sources to ./elasticsearch-api/target/scala-2.12/classes ...
[info] Compiling 2 Scala sources to ./account-api/target/scala-2.12/classes ...
[info] Done compiling.
[info] Done updating.
[warn] There may be incompatibilities among your library dependencies.
[warn] Run 'evicted' to see detailed eviction warnings
[info] Compiling 3 Scala sources to ./storage-api/target/scala-2.12/classes ...
[info] Running scalafix on 5 Scala sources
[info] Done compiling.
[info] Running scalafix on 3 Scala sources
[info] Done compiling.
[info] Running scalafix on 2 Scala sources
[info] Compiling 4 Scala sources to ./user-search-impl/target/scala-2.12/classes ...
[info] Compiling 8 Scala sources to ./account-impl/target/scala-2.12/classes ...
[info] Done compiling.
[info] Running scalafix on 4 Scala sources
[info] Done compiling.
[info] Running scalafix on 3 Scala sources
[info] Compiling 17 Scala sources and 1 Java source to ./storage-impl/target/scala-2.12/classes ...
[info] Done compiling.
[info] Running scalafix on 8 Scala sources
[warn] ./storage-impl/src/main/resources/routes: Unused import
[warn] ./storage-impl/src/main/resources/routes: Unused import
[warn] ./storage-impl/src/main/resources/routes: Unused import
[warn] ^
[warn] there were 6 feature warnings; re-run with -feature for details
[warn] 27 warnings found
[info] Done compiling.
[info] Running scalafix on 13 Scala sources
[success] Total time: 41 s, completed Nov 16, 2018 1:26:27 PM
[INFO] [11/16/2018 13:26:27.727] [Thread-5] [CoordinatedShutdown(akka://sbt-web)] Starting coordinated shutdown from JVM shutdown hook
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment