-
Notifications
You must be signed in to change notification settings - Fork 325
Upgrade to sbt-1.0.4 #443
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade to sbt-1.0.4 #443
Changes from all commits
bccc1e1
2b38e70
d8330a0
9b2ee3d
7196d07
d379d0c
3e3dfc9
49ac495
84666b6
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| maxColumn = 180 | ||
| style = defaultWithAlign | ||
| optIn.breaksInsideChains = true |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -74,6 +74,7 @@ Here is a list of sbt commands for daily development: | |
| > findbugs # Produce findbugs report in target/findbugs | ||
| > jacoco:cover # Report the code coverage of tests to target/jacoco folder | ||
| > jcheckStyle # Run check style | ||
| > scalafmt # Reformat Scala codes | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. https://github.com/lucidsoftware/neo-sbt-scalafmt/blob/1.14/README.md#usage
The
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| ``` | ||
|
|
||
| ### Publishing | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add
sbt ";scalafmt::test ;test:scalafmt::test ;sbt:scalafmt::test"?https://github.com/lucidsoftware/neo-sbt-scalafmt/blob/1.14/README.md#usage
https://github.com/sbt/sbt/blob/v1.0.4/.travis.yml#L20
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, Maybe I was wrong. You added
addSbtPlugin("com.geirsson" % "sbt-scalafmt" % "1.3.0"), not neo-sbt-scalafmt 🙇There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Right. sbt-scalafmt reformats everything including main, test, *.sbt, etc.