aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/xyz/driver/core/swagger.scala
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade sbt-settings to major version 2 (#201)Jakob Odersky2018-08-241-17/+20
| | | | | | | | | | | | | | | | This will affect development workflow: instead of running `sbt release` to tag and publish a new version, the release process is now as follows: 1. Create a git tag on a revision that should be published. The tag must be in the format `v[0-9].*` 2. Push the tag to GitHub `git push --tags` 3. CI will build that tag and publish the resulting binary to our artifactory Since the new sbt settings do not enable advanced or risky language features globally anymore (such as higher kinds, reflective calls and implicit conversions), the other changes in this PR either import language features locally or refactor the code to avoid using them entirely.
* Apply new formattingJakob Odersky2017-11-201-9/+12
|
* App initialization convenience methodsvlad2017-11-081-0/+7
|
* Library upgrades and code tweaks to support Scala 2.12v0.15.0Jakob Odersky2017-08-021-5/+5
|
* Bump sbt-settings and fix errorsv0.12.3Zach Smith2017-05-011-0/+2
|
* Review commentsvlad2017-04-111-3/+3
|
* Update to handle custom values in `Option`svlad2017-04-101-3/+3
|
* Customizable Scala Json converter for SCALA-2vlad2017-04-101-0/+149