Skip to content

Commit 28905a3

Browse files
authored
Merge pull request #201 from travisbrown/topic/update-default-plugin-version
Update default Scoverage compiler plugin version to latest `1.3.0`
2 parents b6ae249 + 5af8ad1 commit 28905a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/scoverage/ScoverageSbtPlugin.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ object ScoverageSbtPlugin extends AutoPlugin {
1111
val ScalacRuntimeArtifact = "scalac-scoverage-runtime"
1212
val ScalacPluginArtifact = "scalac-scoverage-plugin"
1313
// this should match the version defined in build.sbt
14-
val DefaultScoverageVersion = "1.3.0-SNAPSHOT"
14+
val DefaultScoverageVersion = "1.3.0"
1515
val autoImport = ScoverageKeys
1616
lazy val ScoveragePluginConfig = config("scoveragePlugin").hide
1717

0 commit comments

Comments
 (0)