From 8690809333162520cdd274270a8bc8d0f7402d38 Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Mon, 20 Mar 2017 17:08:24 -0700 Subject: fix typos --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.sbt') diff --git a/build.sbt b/build.sbt index da823d7df7..71c3ffdce6 100644 --- a/build.sbt +++ b/build.sbt @@ -668,7 +668,7 @@ lazy val test = project (baseDir / "test/files/lib").list.toSeq.filter(_.endsWith(".jar.desired.sha1")) .map(f => bootstrapDep(baseDir, "test/files/lib", f.dropRight(17))) }, - // Two hardcoded depenencies in partest, resolved in the otherwise unused scope "test": + // Two hardcoded dependencies in partest, resolved in the otherwise unused scope "test": libraryDependencies += bootstrapDep((baseDirectory in ThisBuild).value, "test/files/codelib", "code") % "test", libraryDependencies += bootstrapDep((baseDirectory in ThisBuild).value, "test/files/speclib", "instrumented") % "test", // no main sources -- cgit v1.2.3