Tweak scripted test

This commit is contained in:
Alexandre Archambault 2018-11-05 10:37:03 +01:00
parent 6c8f06bd88
commit 9dc3651845
1 changed files with 1 additions and 1 deletions

View File

@ -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()