mirror of https://github.com/sbt/sbt.git
Merge pull request #8319 from xuwei-k/fallback-dependencies-inter-project
[1.x] fix `fallback-dependencies-inter-project` test
This commit is contained in:
commit
aed224f842
|
|
@ -2,7 +2,7 @@ ThisBuild / scalaVersion := "2.11.12"
|
|||
|
||||
lazy val a = project
|
||||
.settings(
|
||||
libraryDependencies += "com.chuusai" %% "shapeless" % "2.3.234" from "https://oss.sonatype.org/content/repositories/releases/com/chuusai/shapeless_2.11/2.3.1/shapeless_2.11-2.3.1.jar"
|
||||
libraryDependencies += "com.chuusai" %% "shapeless" % "2.3.234" from "https://repo1.maven.org/maven2/com/chuusai/shapeless_2.11/2.3.1/shapeless_2.11-2.3.1.jar"
|
||||
)
|
||||
|
||||
lazy val b = project
|
||||
|
|
|
|||
Loading…
Reference in New Issue