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 "
2
2
runner.dialect = "scala3"
3
3
4
4
maxColumn = 140
Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ import pureconfig.ConfigReader
16
16
import pureconfig .generic .semiauto ._
17
17
18
18
final 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
+ )
26
26
27
27
object Configuration {
28
28
You can’t perform that action at this time.
0 commit comments