We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65c67f7 commit 2244fbcCopy full SHA for 2244fbc
modules/core/src/main/scala/pillars/Config.scala
@@ -31,7 +31,7 @@ trait Config
31
32
object Config:
33
val defaultCirceConfig: Configuration =
34
- Configuration.default.withSnakeCaseMemberNames.withSnakeCaseConstructorNames.withDefaults
+ Configuration.default.withKebabCaseMemberNames.withKebabCaseConstructorNames.withDefaults
35
case class PillarsConfig(
36
name: App.Name,
37
log: Logging.Config = Logging.Config(),
0 commit comments