reproduce "Conflicting dependencies"

Ref #4720
This commit is contained in:
Eugene Yokota 2019-08-03 17:25:38 -04:00
parent 3b0171a50a
commit a22e4889f4
3 changed files with 7 additions and 1 deletions

View File

@ -112,7 +112,7 @@ object Dependencies {
def addSbtZincCompileCore(p: Project): Project =
addSbtModule(p, sbtZincPath, "zincCompileCore", zincCompileCore)
val lmCoursierVersion = "2.0.0-RC2-1"
val lmCoursierVersion = "2.0.0-RC3"
val lmCoursierShaded = "io.get-coursier" %% "lm-coursier-shaded" % lmCoursierVersion
val sjsonNewScalaJson = Def.setting {

View File

@ -0,0 +1,5 @@
ThisBuild / scalaVersion := "2.12.8"
libraryDependencies ++= List(
"org.webjars.npm" % "randomatic" % "1.1.7",
"org.webjars.npm" % "is-odd" % "2.0.0",
)

View File

@ -0,0 +1 @@
> update