mirror of https://github.com/sbt/sbt.git
fix fallback-dependencies-inter-project test
This commit is contained in:
parent
c6966a04ce
commit
3b662f3968
|
|
@ -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