Skip to content

Commit 183fbad

Browse files
authored
Merge pull request #343 from ckipp01/bump
Remove local snapshot version
2 parents 0f12390 + 50f58c9 commit 183fbad

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

build.sbt

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name := "sbt-scoverage"
22

33
import sbt.ScriptedPlugin.autoImport.scriptedLaunchOpts
44

5-
def localSnapshotVersion = "1.7.1-SNAPSHOT"
65
def isCI = System.getenv("CI") != null
76
def scoverageVersion = "1.4.5"
87

@@ -27,11 +26,7 @@ inThisBuild(
2726
licenses := Seq(
2827
"Apache-2.0" -> url("http://www.apache.org/license/LICENSE-2.0")
2928
),
30-
scalaVersion := "2.12.13",
31-
version ~= { dynVer =>
32-
if (isCI) dynVer
33-
else localSnapshotVersion // only for local publishing
34-
}
29+
scalaVersion := "2.12.13"
3530
)
3631
)
3732

0 commit comments

Comments
 (0)