File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
src/main/java/org/scoverage/plugin Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ It can be configured by defining the `scalacPluginVersion` plugin configuration
127127``` xml
128128<project >
129129 <properties >
130- <scoverage .scalacPluginVersion>2.2.0 </scoverage .scalacPluginVersion>
130+ <scoverage .scalacPluginVersion>2.2.1 </scoverage .scalacPluginVersion>
131131 </properties >
132132</project >
133133```
143143 <artifactId >scoverage-maven-plugin</artifactId >
144144 <version >${scoverage.plugin.version}</version >
145145 <configuration >
146- <scalacPluginVersion >2.2.0 </scalacPluginVersion >
146+ <scalacPluginVersion >2.2.1 </scalacPluginVersion >
147147 <!-- other parameters -->
148148 </configuration >
149149 </plugin >
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ under the License.
9797 <maven-reporting-api .version>3.1.1</maven-reporting-api .version>
9898 <doxia .version>1.11.1</doxia .version>
9999
100- <scalac-scoverage-plugin .version>2.2.0 </scalac-scoverage-plugin .version>
100+ <scalac-scoverage-plugin .version>2.2.1 </scalac-scoverage-plugin .version>
101101 <scalac-scoverage-plugin .scala.version>2.13</scalac-scoverage-plugin .scala.version>
102102
103103 <nexus .url>https://oss.sonatype.org</nexus .url>
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ public class SCoveragePreCompileMojo
133133 *
134134 * @since 1.0.0
135135 */
136- @ Parameter ( property = "scoverage.scalacPluginVersion" , defaultValue = "2.2.0 " )
136+ @ Parameter ( property = "scoverage.scalacPluginVersion" , defaultValue = "2.2.1 " )
137137 private String scalacPluginVersion ;
138138
139139 /**
You can’t perform that action at this time.
0 commit comments