mirror of https://github.com/sbt/sbt.git
fix: semanticdb expects Wildcard imports to be in the last position
Signed-off-by: Leonidas Spyropoulos <artafinde@archlinux.org>
This commit is contained in:
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) =>
|
||||
|
|
|
|||
Loading…
Reference in New Issue