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.
1 parent b6ae249 commit 5af8ad1Copy full SHA for 5af8ad1
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