File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
src/main/java/org/scoverage/plugin Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -90,8 +90,7 @@ under the License.
90
90
<maven .version>2.2.1</maven .version>
91
91
<maven-plugin-plugin .version>3.5</maven-plugin-plugin .version>
92
92
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>
95
94
</properties >
96
95
97
96
<dependencies >
Original file line number Diff line number Diff line change @@ -225,8 +225,7 @@ else if ( resolvedScalaVersion.startsWith( "2.11." ) )
225
225
}
226
226
else if ( resolvedScalaVersion .startsWith ( "2.12." ) )
227
227
{
228
- scalaMainVersion = "2.12.0-RC2" ;
229
- //TMP scalaMainVersion = "2.12";
228
+ scalaMainVersion = "2.12" ;
230
229
}
231
230
else
232
231
{
You can’t perform that action at this time.
0 commit comments