From e6dd727145e9cdaa5306fe51526560126b45985f Mon Sep 17 00:00:00 2001 From: bvenners Date: Tue, 15 Oct 2019 16:51:29 -0700 Subject: [PATCH] Link to the documentation for the scalafix-maven-plugin from the 3.0.8 and 3.1.0 README's. --- 3.0.x/README.md | 2 +- 3.1.x/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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`: