diff --git a/3.0.x/README.md b/3.0.x/README.md index ce06f79..3910366 100644 --- a/3.0.x/README.md +++ b/3.0.x/README.md @@ -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 scalafix-maven-plugin): - Add `sbt-scalafix` to your `project/plugins.sbt`: diff --git a/3.1.x/README.md b/3.1.x/README.md index c42e08b..33ca7ae 100644 --- a/3.1.x/README.md +++ b/3.1.x/README.md @@ -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 scalafix-maven-plugin): - Add `sbt-scalafix` to your `project/plugins.sbt`: