There was an error while loading. Please reload this page.
Resolver.mavenLocal
1 parent 04716e2 commit 4c1976bCopy full SHA for 4c1976b
build.sbt
@@ -7,8 +7,7 @@ sbtPlugin := true
7
scalacOptions := Seq("-unchecked", "-deprecation", "-feature", "-encoding", "utf8")
8
9
resolvers ++= {
10
- if (isSnapshot.value) Seq(Resolver.mavenLocal, Resolver.sonatypeRepo("snapshots"))
11
- else Seq.empty
+ if (isSnapshot.value) Seq(Resolver.sonatypeRepo("snapshots")) else Nil
12
}
13
14
libraryDependencies += "org.scoverage" %% "scalac-scoverage-plugin" % "1.2.0-SNAPSHOT"
0 commit comments