mirror of https://github.com/sbt/sbt.git
Merge pull request #8162 from inglor/1.11.x
This commit is contained in:
commit
2db4b1af0f
|
|
@ -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