fix: semanticdb expects Wildcard imports to be in the last position

Signed-off-by: Leonidas Spyropoulos <[email protected]>
This commit is contained in:
Leonidas Spyropoulos
2025-06-11 08:57:07 +01:00
parent 0045c34d28
commit 1cd9c1ec64
@@ -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) =>