Skip to content

Commit 7c5f587

Browse files
committed
#44 - Scala 2.12 support - use version "1.3.0" of "scalac-scoverage-plugin".
1 parent b2cca1b commit 7c5f587

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,7 @@ under the License.
9090
<maven.version>2.2.1</maven.version>
9191
<maven-plugin-plugin.version>3.5</maven-plugin-plugin.version>
9292

93-
<scalac-scoverage-plugin.version>1.3.0-RC2</scalac-scoverage-plugin.version>
94-
<!--TMP <scalac-scoverage-plugin.version>1.3.0</scalac-scoverage-plugin.version>-->
93+
<scalac-scoverage-plugin.version>1.3.0</scalac-scoverage-plugin.version>
9594
</properties>
9695

9796
<dependencies>

src/main/java/org/scoverage/plugin/SCoveragePreCompileMojo.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,7 @@ else if ( resolvedScalaVersion.startsWith( "2.11." ) )
225225
}
226226
else if ( resolvedScalaVersion.startsWith( "2.12." ) )
227227
{
228-
scalaMainVersion = "2.12.0-RC2";
229-
//TMP scalaMainVersion = "2.12";
228+
scalaMainVersion = "2.12";
230229
}
231230
else
232231
{

0 commit comments

Comments
 (0)