Skip to content

Commit

Permalink
Fix soap12_tagless template for scala 3
Browse files Browse the repository at this point in the history
  • Loading branch information
zarthross committed Feb 28, 2023
1 parent 60f4233 commit 84509f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/main/resources/soap12_tagless.scala.template
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ trait SoapClientsF[F[_]] { self: HttpClientsF[F] =>
address,
headers
)
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 84509f0

Please sign in to comment.