sbt-scalafmt
sbt-scalafmt copied to clipboard
sbt plugin for Scalafmt
Updates * [org.scalameta:scalafmt-dynamic](https://github.com/scalameta/scalafmt) * [org.scalameta:scalafmt-sysops](https://github.com/scalameta/scalafmt) from 3.5.8 to 3.5.9. [GitHub Release Notes](https://github.com/scalameta/scalafmt/releases/tag/v3.5.9) - [Version Diff](https://github.com/scalameta/scalafmt/compare/v3.5.8...v3.5.9) I'll automatically update this PR to resolve conflicts as long as you don't change it...
Hi! Hope you don't mind me making this PR to request to publish Maven-consistent format of this plugin alongside the existing artifact format. This is to enable usage of sbt-scalafmt...
Updates org.scala-lang:scala-library from 2.12.15 to 2.13.8. I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you...
Updates [org.scalameta:scalafmt-core](https://github.com/scalameta/scalafmt) from 3.2.1 to 3.2.2. [GitHub Release Notes](https://github.com/scalameta/scalafmt/releases/tag/v3.2.2) - [Version Diff](https://github.com/scalameta/scalafmt/compare/v3.2.1...v3.2.2) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...
Updates com.geirsson:sbt-ci-release from 1.5.6 to 1.5.7. I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you...
Plugin version `addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.0")` When running scalafmtAll command: ``` [error] (my-application / Compile / scalafmt) failed to resolve Scalafmt version '2.6.2': https://artifactory.my-company-artifactory.com/artifactory/libs-release/com/googlecode/java-diff-utils/diffutils/1.3.0/diffutils-1.3.0.jar: unauthorized: https://artifactory.my-company-artifactory.com/artifactory/libs-release/com/googlecode/java-diff-utils/diffutils/1.3.0/diffutils-1.3.0.jar (Artifactory Realm) [error]...
This issue was reported here: https://github.com/sake92/hepek-starter/issues/4 Whole stacktrace sbt:root> last Compile / scalafmt [debug] Change report: [debug] Checked: /home/cameron/.workspace/blog/src/main/scala/templates/Templates.scala, /home/cameron/.workspace/blog/src/main/scala/utils/Imports.scala, /home/cameron/.workspace/blog/src/main/scala/site/About.scala, /home/cameron/.workspace/blog/src/main/scala/site/Blog.scala, /home/cameron/.workspace/blog/src/main/scala/site/Index.scala [debug] Modified: /home/cameron/.workspace/blog/src/main/scala/templates/Templates.scala, /home/cameron/.workspace/blog/src/main/scala/utils/Imports.scala, /home/cameron/.workspace/blog/src/main/scala/site/About.scala, /home/cameron/.workspace/blog/src/main/scala/site/Blog.scala, /home/cameron/.workspace/blog/src/main/scala/site/Index.scala...
Thanks for `scalafmt`, it's been pretty useful for us! Following the workflow of one of our teams, we have some specific commands we would like engineers to run before/while formatting...
Originally reported by @ches in https://github.com/scalameta/scalafmt/issues/1208 - **Version**: 1.6.0-RC1 - **Integration**: sbt-scalafmt ## Problem sbt-scalafmt can keep project source formatted with `scalafmtOnCompile`, but needs a separate step of `scalafmtSbt` to...
Updates [org.scala-lang:scala-library](https://github.com/scala/scala) from 2.12.17 to 2.13.10. [GitHub Release Notes](https://github.com/scala/scala/releases/tag/v2.13.10) - [Version Diff](https://github.com/scala/scala/compare/v2.12.17...v2.13.10) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...