Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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