summaryrefslogtreecommitdiff
path: root/integration/src
diff options
context:
space:
mode:
Diffstat (limited to 'integration/src')
-rw-r--r--integration/src/test/resource/jawn/build.sc2
1 files changed, 1 insertions, 1 deletions
diff --git a/integration/src/test/resource/jawn/build.sc b/integration/src/test/resource/jawn/build.sc
index 9c9b41dc..167407bd 100644
--- a/integration/src/test/resource/jawn/build.sc
+++ b/integration/src/test/resource/jawn/build.sc
@@ -32,7 +32,7 @@ class Jawn(crossVersion: String) extends mill.Module{
object Ast extends JawnModule{
def projectDeps = Seq(Parser, Util)
def testProjectDeps = Seq(Parser.test, Util.test)
- def basePath = ammonite.ops.pwd / 'target / 'workspace / 'jawn / 'acyclic
+ def basePath = ammonite.ops.pwd / 'target / 'workspace / 'jawn / 'ast
}
class Support(name: String, ivyDeps0: Dep*) extends JawnModule{
def projectDeps = Seq[Module](Parser)