Skip to content
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

Merged
merged 1 commit into from
May 1, 2024
Merged

fix(sql-client): sources dep and require #421

merged 1 commit into from
May 1, 2024

Conversation

datYori
Copy link
Contributor

@datYori datYori commented May 1, 2024

I think this was missing from #414

@datYori
Copy link
Contributor Author

datYori commented May 1, 2024

/publish

published version: 0.33.3+2-8e5d2460-SNAPSHOT

@datYori datYori requested review from miguelbranco80 and bgaidioz May 1, 2024 11:50
@@ -355,7 +355,8 @@ lazy val sqlClient = (project in file("sql-client"))
.dependsOn(
client % "compile->compile;test->test",
snapiFrontend % "compile->compile;test->test",
Copy link
Contributor

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

Copy link
Contributor Author

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

@datYori
Copy link
Contributor Author

datYori commented May 1, 2024

/publish

something went wrong with publish-snapi-components
run 8909116808 failed ❌

@datYori
Copy link
Contributor Author

datYori commented May 1, 2024

/publish

published version: 0.33.3+6-2a8ac2ca-SNAPSHOT

@datYori datYori requested a review from miguelbranco80 May 1, 2024 12:55
@datYori
Copy link
Contributor Author

datYori commented May 1, 2024

/publish

published version: 0.33.3+1-896ba6b5-SNAPSHOT

@datYori datYori merged commit c0ab520 into main May 1, 2024
7 checks passed
@datYori datYori deleted the fix-sql-client branch May 1, 2024 17:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants