Skip to content

Commit

Permalink
get ready for 0.1.6_0.10.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
evis committed Apr 30, 2022
1 parent 45ed94b commit a121063
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Add plugin into `plugins` node of `pom.xml`:
<plugin>
<groupId>io.github.evis</groupId>
<artifactId>scalafix-maven-plugin_2.13</artifactId>
<version>0.1.6_0.9.34</version>
<version>0.1.6_0.10.0</version>
</plugin>
</plugins>
```
Expand Down Expand Up @@ -58,7 +58,7 @@ By default, sources should be located inside `src/main/scala` directory. Though,
<plugin>
<groupId>io.github.evis</groupId>
<artifactId>scalafix-maven-plugin_2.13</artifactId>
<version>0.1.6_0.9.34</version>
<version>0.1.6_0.10.0</version>
<configuration>
<sourceDirectory>src/main/my-sources-dir</sourceDirectory>
</configuration>
Expand Down Expand Up @@ -96,7 +96,7 @@ Also, you can pass parameters via `pom.xml`:
<plugin>
<groupId>io.github.evis</groupId>
<artifactId>scalafix-maven-plugin_2.13</artifactId>
<version>0.1.6_0.9.34</version>
<version>0.1.6_0.10.0</version>
<configuration>
<mode>CHECK</mode>
<skipTest>true</skipTest>
Expand All @@ -111,7 +111,7 @@ If you want to use external rules, add jars containing rules to dependencies of
<plugin>
<groupId>io.github.evis</groupId>
<artifactId>scalafix-maven-plugin_2.13</artifactId>
<version>0.1.6_0.9.34</version>
<version>0.1.6_0.10.0</version>
<dependencies>
<dependency>
<groupId>com.nequissimus</groupId>
Expand Down

0 comments on commit a121063

Please sign in to comment.