You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: adding gigahorse client (#17)
## Description
This PR adds a new client based upon gigahorse so that users can have a
sonatype client which supports Java 8. Testing for Java 8 will require a
separate testing module specific to gigahorse, since sttp is failing
even to compile on Java 8 with Scala 3. This will need to be introduced
in a separate PR.
/closes#16
feat: adding all publishing routes (#14)
## Description
This PR adds the following routes:
1. The delete deployment route
2. The publish deployment (if already validated) route
/closes#13
feat: adding upickle module (#6)
This PR adds a new module for upickle decoders that can be consumed via
the following dependency in `build.sbt`:
`"com.lumidion" %% "sonatype-central-client-upickle" %
"<version_number>"`.