diff --git a/README.md b/README.md
index 9384217..ebb6a04 100644
--- a/README.md
+++ b/README.md
@@ -11,12 +11,12 @@ Add plugin into `plugins` node of `pom.xml`:
io.github.evis
scalafix-maven-plugin_2.13
- 0.1.8_0.11.0
+ 0.1.9_0.11.0
```
-Where `0.1.8` is version of the plugin itself, and `0.11.0` is version of Scalafix invoked by the plugin.
+Where `0.1.9` is version of the plugin itself, and `0.11.0` is version of Scalafix invoked by the plugin.
Then, you need to setup a file `.scalafix.conf` in the root directory of your Maven project (note the dot at the start of filename). You can find `.scalafix.conf` guide [here](https://scalacenter.github.io/scalafix/docs/users/configuration.html).
@@ -67,7 +67,7 @@ Or using `mainSourceDirectories` configuration option of the plugin, e.g.:
io.github.evis
scalafix-maven-plugin_2.13
- 0.1.8_0.11.0
+ 0.1.9_0.11.0
src/main/my-sources-dir
@@ -109,7 +109,7 @@ Also, you can pass parameters via `pom.xml`:
io.github.evis
scalafix-maven-plugin_2.13
- 0.1.8_0.11.0
+ 0.1.9_0.11.0
CHECK
true
@@ -124,7 +124,7 @@ If you want to use external rules, add jars containing rules to dependencies of
io.github.evis
scalafix-maven-plugin_2.13
- 0.1.8_0.11.0
+ 0.1.9_0.11.0
com.nequissimus
@@ -223,7 +223,7 @@ This is equivalent to `sbt "scalafixEnable; scalafixAll github:zio/zio/Zio2Upgra
io.github.evis
scalafix-maven-plugin_${scala.version.short}
- 0.1.8_${scalafix.version}
+ 0.1.9_${scalafix.version}
ch.epfl.scala
diff --git a/pom.xml b/pom.xml
index 05a4d89..e731ba4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,7 @@
https://github.com/evis/scalafix-maven-plugin
io.github.evis
scalafix-maven-plugin_${scala.major.version}
- 0.1.8_${scalafix.version}
+ 0.1.9_${scalafix.version}
BSD-3-Clause