fix missing of spinalhdl-tester dependency.
This commit is contained in:
parent
28e16ed36c
commit
c85b8701cf
3
build.sc
3
build.sc
|
@ -13,7 +13,8 @@ object projectname extends SbtModule {
|
||||||
)
|
)
|
||||||
def ivyDeps = Agg(
|
def ivyDeps = Agg(
|
||||||
ivy"com.github.spinalhdl::spinalhdl-core:$spinalVersion",
|
ivy"com.github.spinalhdl::spinalhdl-core:$spinalVersion",
|
||||||
ivy"com.github.spinalhdl::spinalhdl-lib:$spinalVersion"
|
ivy"com.github.spinalhdl::spinalhdl-lib:$spinalVersion",
|
||||||
|
ivy"com.github.spinalhdl::spinalhdl-tester:$spinalVersion"
|
||||||
)
|
)
|
||||||
def scalacPluginIvyDeps = Agg(ivy"com.github.spinalhdl::spinalhdl-idsl-plugin:$spinalVersion")
|
def scalacPluginIvyDeps = Agg(ivy"com.github.spinalhdl::spinalhdl-idsl-plugin:$spinalVersion")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue