This repository has been archived by the owner on Sep 14, 2022. It is now read-only.
Swagger-scala-module 1.0.3 Released!
A new release of the swagger-scala-module has just been pushed to maven central. In this release:
- Support for scala 2.12
- Updated versions of swagger-core
- Updated versions of jackson (2.8.x)
Note that previously, swagger-scala-module would default all schema properties to optional
. This was not the correct behavior, and as of 1.0.2 these properties will be considered required
unless inside an Option[T]
.
Many thanks to the community for helping with this project!