* types api
* dist instead of assembly (assembly does not allow to use swagger easily)
* small swagger improvements
This commit is contained in:
2019-11-15 01:27:15 +03:00
parent 4700768aed
commit ad144534a9
14 changed files with 187 additions and 16 deletions

3
project/plugins.sbt Normal file
View File

@ -0,0 +1,3 @@
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.6")
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.3.4")
addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.10.0-RC1")