Skip to content

Commit

Permalink
snapi-truffle should not be a dependency of snapi-compiler (#509)
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelbranco80 authored Sep 11, 2024
1 parent cd1b3cb commit 0337684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ lazy val snapiCompiler = (project in file("snapi-compiler"))
.dependsOn(
compiler % "compile->compile;test->test",
snapiFrontend % "compile->compile;test->test",
snapiTruffle % "compile->compile;test->test"
snapiTruffle % "test->test"
)
.settings(
commonSettings,
Expand Down

0 comments on commit 0337684

Please sign in to comment.