Skip to content

Commit 555ad7f

Browse files
committed
adjust build.sc for pythonparse
1 parent 20cab6f commit 555ad7f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

build.sc

+6-1
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,13 @@ object cuvee extends ScalaModule {
1414
def moduleDeps = Seq(easyparse)
1515

1616
def mainClass = Some("cuvee.Cuvee")
17-
}
1817

18+
def ivyDeps = Agg(
19+
ivy"com.lihaoyi::sourcecode:0.2.0",
20+
ivy"com.lihaoyi::fastparse:2.2.2",
21+
ivy"com.lihaoyi::pythonparse:2.3.0"
22+
)
23+
}
1924

2025
object tests extends ScalaModule {
2126
def scalaVersion = cuvee.scalaVersion

0 commit comments

Comments
 (0)