summaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorSeth Tisue <seth@tisue.net>2017-03-20 17:08:24 -0700
committerSeth Tisue <seth@tisue.net>2017-03-20 17:24:30 -0700
commit8690809333162520cdd274270a8bc8d0f7402d38 (patch)
tree63d50adf13f0409c93fe0e655ed0e598fca089c0 /build.sbt
parent8177b99fa64e4792e427ebc65946d2158ae0150e (diff)
downloadscala-8690809333162520cdd274270a8bc8d0f7402d38.tar.gz
scala-8690809333162520cdd274270a8bc8d0f7402d38.tar.bz2
scala-8690809333162520cdd274270a8bc8d0f7402d38.zip
fix typos
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt2
1 files changed, 1 insertions, 1 deletions
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