Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/SimonJPegg/mvn_scalafmt i…
Browse files Browse the repository at this point in the history
…nto develop
  • Loading branch information
Ciaran Kearney authored and Ciaran Kearney committed Jun 8, 2017
2 parents 9048236 + e8e2e88 commit 9d5e71c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Synopsis

A wrapper that allows the use of the [Scalafmt](https://github.com/olafurpg/scalafmt/) formatter in Maven;
The Current Scalafmt version is 0.6.5
The Current Scalafmt version is 0.6.8

## Usage

Expand All @@ -14,7 +14,7 @@ passed through to the CLI as is.
<artifactId>mvn-scalafmt</artifactId>
<version>0.2</version>
<configuration>
<parameters>--diff</parameters>
<parameters>--diff</parameters> <!-- Additional command line arguments-->
<configLocation>${project.basedir}/path/to/scalafmt.conf</configLocation>
</configuration>
<executions>
Expand Down

0 comments on commit 9d5e71c

Please sign in to comment.