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 soap11_tagless template for scala 3 #602

Merged
merged 1 commit into from Jun 21, 2023

Conversation

ebar
Copy link
Contributor

@ebar ebar commented Mar 27, 2023

Fixing the soap11 tagless template for Scala 3.

@@ -86,7 +86,7 @@ trait Soap11ClientsF[F[_]] { self: HttpClientsF[F] =>
address,
headers.toMap
)
ftr map { s: String =>
ftr map { (s: String) =>
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@ebar
Copy link
Contributor Author

ebar commented Jun 21, 2023

Hello, is there any plan to merge this sometime soon?

@eed3si9n eed3si9n merged commit a1f71a7 into eed3si9n:develop Jun 21, 2023
1 check passed
@eed3si9n
Copy link
Owner

Hello, is there any plan to merge this sometime soon?

Looks like it fell through the cracks. Sorry about that.

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.

None yet

2 participants