From 666d9c84a9abf0cac084fbbd96199337938d84bb Mon Sep 17 00:00:00 2001 From: Matthias Kurz Date: Tue, 30 Jul 2024 17:27:11 +0200 Subject: [PATCH] Pin async-http-client to v2 --- .github/scala-steward.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/scala-steward.conf b/.github/scala-steward.conf index 03c35c08..4b368202 100644 --- a/.github/scala-steward.conf +++ b/.github/scala-steward.conf @@ -15,5 +15,6 @@ updates.pin = [ { groupId = "org.specs2", version = "4.20." }, { groupId = "com.eed3si9n", artifactId = "sbt-assembly", version = "2.1." }, { groupId = "org.scala-lang.modules", artifactId = "scala-xml", version = "2.2." }, - { groupId = "org.scala-lang.modules", artifactId = "scala-xml_sjs1", version = "2.2." } + { groupId = "org.scala-lang.modules", artifactId = "scala-xml_sjs1", version = "2.2." }, + { groupId = "org.asynchttpclient", artifactId = "async-http-client", version = "2." } ]