Skip to content

Commit

Permalink
Merge pull request #145 from averzicco/asynchttpclient
Browse files Browse the repository at this point in the history
Switch http client from apache-http to asynchttpclient
  • Loading branch information
adpi2 authored Nov 8, 2023
2 parents 231e696 + 3879339 commit 733430c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sbt-plugin/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ val `sbt-github-dependency-submission` = project
"-Ywarn-unused-import"
),
libraryDependencies ++= Seq(
"com.eed3si9n" %% "gigahorse-apache-http" % "0.7.0",
"com.eed3si9n" %% "gigahorse-asynchttpclient" % "0.7.0",
"org.scalameta" %% "munit" % "0.7.29" % Test
),
buildInfoKeys := Seq[BuildInfoKey](name, version, homepage),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ import ch.epfl.scala.githubapi.JsonProtocol._
import ch.epfl.scala.githubapi._
import gigahorse.FullResponse
import gigahorse.HttpClient
import gigahorse.support.apachehttp.Gigahorse

import gigahorse.support.asynchttpclient.Gigahorse
import sbt._
import sbt.internal.util.complete._
import sjsonnew.shaded.scalajson.ast.unsafe.JValue
Expand Down

0 comments on commit 733430c

Please sign in to comment.