Skip to content

Commit 181fa74

Browse files
committed
release 0.1.7_0.10.1
1 parent 00695fa commit 181fa74

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Add plugin into `plugins` node of `pom.xml`:
1111
<plugin>
1212
<groupId>io.github.evis</groupId>
1313
<artifactId>scalafix-maven-plugin_2.13</artifactId>
14-
<version>0.1.7_0.10.0</version>
14+
<version>0.1.7_0.10.1</version>
1515
</plugin>
1616
</plugins>
1717
```
@@ -58,7 +58,7 @@ By default, sources should be located inside `src/main/scala` directory. Though,
5858
<plugin>
5959
<groupId>io.github.evis</groupId>
6060
<artifactId>scalafix-maven-plugin_2.13</artifactId>
61-
<version>0.1.7_0.10.0</version>
61+
<version>0.1.7_0.10.1</version>
6262
<configuration>
6363
<sourceDirectory>src/main/my-sources-dir</sourceDirectory>
6464
</configuration>
@@ -96,7 +96,7 @@ Also, you can pass parameters via `pom.xml`:
9696
<plugin>
9797
<groupId>io.github.evis</groupId>
9898
<artifactId>scalafix-maven-plugin_2.13</artifactId>
99-
<version>0.1.7_0.10.0</version>
99+
<version>0.1.7_0.10.1</version>
100100
<configuration>
101101
<mode>CHECK</mode>
102102
<skipTest>true</skipTest>
@@ -111,7 +111,7 @@ If you want to use external rules, add jars containing rules to dependencies of
111111
<plugin>
112112
<groupId>io.github.evis</groupId>
113113
<artifactId>scalafix-maven-plugin_2.13</artifactId>
114-
<version>0.1.7_0.10.0</version>
114+
<version>0.1.7_0.10.1</version>
115115
<dependencies>
116116
<dependency>
117117
<groupId>com.nequissimus</groupId>

0 commit comments

Comments
 (0)