Skip to content

Commit

Permalink
Fix Launch Test project's name
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed Dec 19, 2014
1 parent 5ce7c5a commit 981d5ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -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
)

Expand Down

0 comments on commit 981d5ba

Please sign in to comment.