Skip to content

Commit

Permalink
Link to the documentation for the scalafix-maven-plugin from the 3.0.…
Browse files Browse the repository at this point in the history
…8 and

3.1.0 README's.
  • Loading branch information
bvenners committed Oct 15, 2019
1 parent e4de53f commit e6dd727
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 3.0.x/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ third-party libraries, such as JUnit, TestNG, Java mocking frameworks, Selenium,
of these renames in 3.0.8 is to prepare the way for modularization of these third-party integrations in
ScalaTest 3.1.0. This will allow the third-party integrations to be versioned independently with ScalaTest.

To use this plugin, please follows these steps:
To use this plugin, please follows these steps (for Maven, use the <a href="https://github.com/evis/scalafix-maven-plugin">scalafix-maven-plugin</a>):

- Add `sbt-scalafix` to your `project/plugins.sbt`:

Expand Down
2 changes: 1 addition & 1 deletion 3.1.x/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pave the way for the internal modularization of ScalaTest in 3.2.0. The internal
will allow projects to depend on a chosen subset of ScalaTest in their build to more easily keep test code
consistent across the project.

To use this plugin, please follows these steps:
To use this plugin with sbt, please follows these steps (for Maven, use the <a href="https://github.com/evis/scalafix-maven-plugin">scalafix-maven-plugin</a>):

- Add `sbt-scalafix` to your `project/plugins.sbt`:

Expand Down

0 comments on commit e6dd727

Please sign in to comment.