Merge pull request #8162 from inglor/1.11.x

This commit is contained in:
eugene yokota 2025-06-11 10:22:30 -04:00 committed by GitHub
commit 2db4b1af0f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ object Sona {
}
object SonaClient {
import sbt.internal.sona.codec.JsonProtocol.{ *, given }
import sbt.internal.sona.codec.JsonProtocol.{ given, * }
val host: String = "central.sonatype.com"
val baseUrl: String = s"https://$host/api/v1"
val asJson: FullResponse => JValue = (r: FullResponse) =>