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 0f12390 + 50f58c9 commit 183fbadCopy full SHA for 183fbad
build.sbt
@@ -2,7 +2,6 @@ name := "sbt-scoverage"
2
3
import sbt.ScriptedPlugin.autoImport.scriptedLaunchOpts
4
5
-def localSnapshotVersion = "1.7.1-SNAPSHOT"
6
def isCI = System.getenv("CI") != null
7
def scoverageVersion = "1.4.5"
8
@@ -27,11 +26,7 @@ inThisBuild(
27
26
licenses := Seq(
28
"Apache-2.0" -> url("http://www.apache.org/license/LICENSE-2.0")
29
),
30
- scalaVersion := "2.12.13",
31
- version ~= { dynVer =>
32
- if (isCI) dynVer
33
- else localSnapshotVersion // only for local publishing
34
- }
+ scalaVersion := "2.12.13"
35
)
36
37
0 commit comments