Merge pull request #5356 from eed3si9n/bport/repo-override

[1.3.x] lm-coursier-shaded 2.0.0-RC5-3
This commit is contained in:
eugene yokota
2020-01-09 18:40:27 -05:00
committed by GitHub
3 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -112,7 +112,7 @@ object Dependencies {
def addSbtZincCompileCore(p: Project): Project =
addSbtModule(p, sbtZincPath, "zincCompileCore", zincCompileCore)
val lmCoursierVersion = "2.0.0-RC5-2"
val lmCoursierVersion = "2.0.0-RC5-3"
val lmCoursierShaded = "io.get-coursier" %% "lm-coursier-shaded" % lmCoursierVersion
val sjsonNewScalaJson = Def.setting {
@@ -4,7 +4,6 @@ lazy val root = (project in file(".")).settings(
autoScalaLibrary := false,
check := {
val ar = appResolvers.value.get
assert(!(ar exists { _.name == "jcenter" }))
assert(!(ar exists { _.name == "public" }))
}
)
+1 -1
View File
@@ -1,3 +1,3 @@
[repositories]
local
sonatype-oss-public: https://oss.sonatype.org/content/repositories/public/
jcenter: https://jcenter.bintray.com/