Skip to content

Commit

Permalink
Switch to CollectionsConverters
Browse files Browse the repository at this point in the history
  • Loading branch information
farmdawgnation committed Aug 17, 2024
1 parent 7770e7a commit c6e2b7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/main/scala/requests.scala
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ import org.asynchttpclient.request.body.generator.BodyGenerator
import org.asynchttpclient.request.body.multipart.Part
import org.asynchttpclient.{Realm, RequestBuilder}

import scala.jdk.CollectionConverters._

/**
* This wrapper provides referential transparency for the
* underlying RequestBuilder.
Expand Down Expand Up @@ -286,8 +288,6 @@ trait AuthVerbs extends RequestVerbs {
}

trait RequestBuilderVerbs extends RequestVerbs {
import scala.collection.JavaConverters._

/**
* Add a new body part to the request.
*/
Expand Down

0 comments on commit c6e2b7e

Please sign in to comment.