diff --git a/sbt-plugin/build.sbt b/sbt-plugin/build.sbt index 08fe58e..ae166ee 100644 --- a/sbt-plugin/build.sbt +++ b/sbt-plugin/build.sbt @@ -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), diff --git a/sbt-plugin/src/main/scala/ch/epfl/scala/SubmitDependencyGraph.scala b/sbt-plugin/src/main/scala/ch/epfl/scala/SubmitDependencyGraph.scala index 0f01e69..14356b1 100644 --- a/sbt-plugin/src/main/scala/ch/epfl/scala/SubmitDependencyGraph.scala +++ b/sbt-plugin/src/main/scala/ch/epfl/scala/SubmitDependencyGraph.scala @@ -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