-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(sql-client): sources dep and require #421
Conversation
/publish
|
@@ -355,7 +355,8 @@ lazy val sqlClient = (project in file("sql-client")) | |||
.dependsOn( | |||
client % "compile->compile;test->test", | |||
snapiFrontend % "compile->compile;test->test", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch but actually we also need to remove the snapiFrontend dependency, since SQL should no longer be depending on Snapi.
If something still breaks on that change, then pass the PR to myself or to @bgaidioz
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we still need it as a test dependency because of CredentialsTestContext
being part of snapi-frontend
/publish
|
/publish
|
/publish
|
I think this was missing from #414