Skip to content

Commit 1e8c387

Browse files
committed
docs: update documentation
1 parent 4da2654 commit 1e8c387

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/generators/scala-sttp4.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ These options may be applied as additional-properties (cli) or configOptions (pl
2020
| ------ | ----------- | ------ | ------- |
2121
|allowUnicodeIdentifiers|boolean, toggles whether unicode identifiers are allowed in names or not, default is false| |false|
2222
|apiPackage|package for generated api classes| |null|
23+
|circeExtrasVersion|The version of circe-generic-extras library| |0.14.4|
24+
|circeVersion|The version of circe library| |0.14.15|
2325
|dateLibrary|Option. Date library to use|<dl><dt>**joda**</dt><dd>Joda (for legacy app)</dd><dt>**java8**</dt><dd>Java 8 native JSR310 (preferred for JDK 1.8+)</dd></dl>|java8|
2426
|disallowAdditionalPropertiesIfNotPresent|If false, the 'additionalProperties' implementation (set to true by default) is compliant with the OAS and JSON schema specifications. If true (default), keep the old (incorrect) behaviour that 'additionalProperties' is set to false by default.|<dl><dt>**false**</dt><dd>The 'additionalProperties' implementation is compliant with the OAS and JSON schema specifications.</dd><dt>**true**</dt><dd>Keep the old (incorrect) behaviour that 'additionalProperties' is set to false by default.</dd></dl>|true|
2527
|ensureUniqueParams|Whether to ensure parameter names are unique in an operation (rename parameters that are not).| |true|
@@ -36,7 +38,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
3638
|sortModelPropertiesByRequiredFlag|Sort model properties to place required parameters before optional parameters.| |true|
3739
|sortParamsByRequiredFlag|Sort method arguments to place required parameters before optional parameters.| |true|
3840
|sourceFolder|source folder for generated code| |null|
39-
|sttpClientVersion|The version of sttp client| |4.0.0-M1|
41+
|sttpClientVersion|The version of sttp client| |4.0.15|
4042

4143
## IMPORT MAPPING
4244

0 commit comments

Comments
 (0)