Skip to content

Commit

Permalink
chore(dependencies): use latest scoverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladislav Ponomarev committed Sep 19, 2017
1 parent 4743716 commit 63be9dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<plugin>
<groupId>org.scoverage</groupId>
<artifactId>scoverage-maven-plugin</artifactId>
<version>1.0.4</version>
<version>1.3.0</version>
<configuration>
<highlighting>true</highlighting>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion samples/maven/combined-scala-java-sonar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<plugin>
<groupId>org.scoverage</groupId>
<artifactId>scoverage-maven-plugin</artifactId>
<version>1.0.4</version>
<version>1.3.0</version>
<configuration>
<highlighting>true</highlighting>
</configuration>
Expand Down

0 comments on commit 63be9dd

Please sign in to comment.