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." } ]