mirror of https://github.com/sbt/sbt.git
Tweak scripted test
This commit is contained in:
parent
6c8f06bd88
commit
9dc3651845
|
|
@ -2,7 +2,7 @@ scalaVersion := "2.11.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"
|
||||
val f = file(sys.props("sbttest.base")) / "sbt-coursier-group-1" / "from" / "shapeless_2.11-2.3.0.jar"
|
||||
|
||||
if (!f.exists()) {
|
||||
f.getParentFile.mkdirs()
|
||||
|
|
|
|||
Loading…
Reference in New Issue