Skip to content

Commit

Permalink
Merge pull request #602 from ebar/update-soap11_tagless_scala3
Browse files Browse the repository at this point in the history
Fix soap11_tagless template for scala 3
  • Loading branch information
eed3si9n committed Jun 21, 2023
2 parents 90b6d8a + 3d93778 commit a1f71a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/main/resources/soap11_tagless.scala.template
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ trait Soap11ClientsF[F[_]] { self: HttpClientsF[F] =>
address,
headers.toMap
)
ftr map { s: String =>
ftr map { (s: String) =>
try {
val response = scala.xml.XML.loadString(s)
scalaxb.fromXML[Envelope](response)
Expand Down

0 comments on commit a1f71a7

Please sign in to comment.