Skip to content

Commit 2244fbc

Browse files
chore: revert config to kebab case
1 parent 65c67f7 commit 2244fbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/core/src/main/scala/pillars/Config.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ trait Config
3131

3232
object Config:
3333
val defaultCirceConfig: Configuration =
34-
Configuration.default.withSnakeCaseMemberNames.withSnakeCaseConstructorNames.withDefaults
34+
Configuration.default.withKebabCaseMemberNames.withKebabCaseConstructorNames.withDefaults
3535
case class PillarsConfig(
3636
name: App.Name,
3737
log: Logging.Config = Logging.Config(),

0 commit comments

Comments
 (0)