Fix Launch Test project's name

This commit is contained in:
Eugene Yokota 2014-12-18 20:09:06 -05:00
parent 56d9413f47
commit 71fb4648f5
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ lazy val testSamples = (project in launchPath / "test-sample").
dependsOn(interfaceProj, launchInterfaceProj).
settings(baseSettings ++ noPublishSettings: _*).
settings(
name := "Test Sample",
name := "Launch Test",
libraryDependencies += scalaCompiler.value
)