Skip to content

Commit 0c619b2

Browse files
committed
Build changes:
- version changed from 1.0.4 to 1.0.5-SNAPSHOT, - snapshot publishing to Sonatype snapshot repository (not local Maven repository).
1 parent adefc7f commit 0c619b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/Scoverage.scala

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import sbt._
44
object Scoverage extends Build {
55

66
val Org = "org.scoverage"
7-
val Version = "1.0.4"
7+
val Version = "1.0.5-SNAPSHOT"
88
val Scala = "2.11.4"
99
val MockitoVersion = "1.9.5"
1010
val ScalatestVersion = "2.2.2"
@@ -32,7 +32,7 @@ object Scoverage extends Build {
3232
(v: String) =>
3333
val nexus = "https://oss.sonatype.org/"
3434
if (v.trim.endsWith("SNAPSHOT"))
35-
Some(Resolver.file("file", new File(Path.userHome.absolutePath + "/.m2/repository")))
35+
Some(Resolver.sonatypeRepo("snapshots"))
3636
else
3737
Some("releases" at nexus + "service/local/staging/deploy/maven2")
3838
},

0 commit comments

Comments
 (0)