File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
example/src/main/scala-2/com/avast/sst/example/config Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1- version = "3.5.1 "
1+ version = "3.5.2 "
22runner.dialect = "scala3"
33
44maxColumn = 140
Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ import pureconfig.ConfigReader
1616import pureconfig .generic .semiauto ._
1717
1818final case class Configuration (
19- server : Http4sBlazeServerConfig ,
20- database : DoobieHikariConfig ,
21- boundedConnectExecutor : ThreadPoolExecutorConfig ,
22- client : Http4sBlazeClientConfig ,
23- circuitBreaker : CircuitBreakerConfig ,
24- jmx : MicrometerJmxConfig
25- )
19+ server : Http4sBlazeServerConfig ,
20+ database : DoobieHikariConfig ,
21+ boundedConnectExecutor : ThreadPoolExecutorConfig ,
22+ client : Http4sBlazeClientConfig ,
23+ circuitBreaker : CircuitBreakerConfig ,
24+ jmx : MicrometerJmxConfig
25+ )
2626
2727object Configuration {
2828
You can’t perform that action at this time.
0 commit comments