diff --git a/sbt-plugin/build.sbt b/sbt-plugin/build.sbt index e55a6c3..1dc9594 100644 --- a/sbt-plugin/build.sbt +++ b/sbt-plugin/build.sbt @@ -38,7 +38,7 @@ val `sbt-github-dependency-submission` = project "-Ywarn-unused-import" ), libraryDependencies ++= Seq( - "com.eed3si9n" %% "gigahorse-asynchttpclient" % "0.7.0", + "com.eed3si9n" %% "gigahorse-asynchttpclient" % "0.8.0", "org.scalameta" %% "munit" % "1.1.0" % Test ), buildInfoKeys := Seq[BuildInfoKey](name, version, homepage),