mirror of https://github.com/sbt/sbt.git
Fix scripted test
This commit is contained in:
parent
ebbf0b105b
commit
ce6c7a2c64
|
|
@ -5,6 +5,8 @@ libraryDependencies += "com.chuusai" %% "shapeless" % "2.3.41" from {
|
|||
val f = file(sys.props("sbttest.base")) / "sbt-coursier" / "from" / "shapeless_2.11-2.3.0.jar"
|
||||
|
||||
if (!f.exists()) {
|
||||
f.getParentFile.mkdirs()
|
||||
|
||||
val url0 = "https://repo1.maven.org/maven2/com/chuusai/shapeless_2.11/2.3.0/shapeless_2.11-2.3.0.jar"
|
||||
|
||||
sLog.value.warn(s"Fetching $url0")
|
||||
|
|
|
|||
Loading…
Reference in New Issue