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

Signed-off-by: Leonidas Spyropoulos <artafinde@archlinux.org>
This commit is contained in:
Leonidas Spyropoulos 2025-06-04 17:16:02 +01:00
parent 0045c34d28
commit 1cd9c1ec64
No known key found for this signature in database
GPG Key ID: 244740D17C7FD0EC
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) =>