From 9f2bd367fa84222796e52c2449e1cf98217cd607 Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Tue, 15 Apr 2025 00:22:11 +0000 Subject: [PATCH] Update gigahorse-asynchttpclient to 0.8.0 --- sbt-plugin/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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),