We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b6ae249 + 5af8ad1 commit 28905a3Copy full SHA for 28905a3
src/main/scala/scoverage/ScoverageSbtPlugin.scala
@@ -11,7 +11,7 @@ object ScoverageSbtPlugin extends AutoPlugin {
11
val ScalacRuntimeArtifact = "scalac-scoverage-runtime"
12
val ScalacPluginArtifact = "scalac-scoverage-plugin"
13
// this should match the version defined in build.sbt
14
- val DefaultScoverageVersion = "1.3.0-SNAPSHOT"
+ val DefaultScoverageVersion = "1.3.0"
15
val autoImport = ScoverageKeys
16
lazy val ScoveragePluginConfig = config("scoveragePlugin").hide
17
0 commit comments