@@ -55,13 +55,16 @@ lazy val root = project
55
55
56
56
lazy val bundleMonixHttp4sBlaze = project
57
57
.in(file(" bundle-monix-http4s-blaze" ))
58
- .dependsOn(http4sClientBlaze,
59
- http4sClientBlazePureConfig,
60
- http4sServerBlaze,
61
- http4sServerBlazePureConfig,
62
- http4sServerMicrometer,
63
- jvmMicrometer,
64
- jvmPureConfig)
58
+ .dependsOn(
59
+ http4sClientBlaze,
60
+ http4sClientBlazePureConfig,
61
+ http4sServerBlaze,
62
+ http4sServerBlazePureConfig,
63
+ http4sServerMicrometer,
64
+ jvmMicrometer,
65
+ jvmPureConfig,
66
+ pureConfig
67
+ )
65
68
.settings(commonSettings)
66
69
.settings(
67
70
name := " sst-bundle-monix-http4s-blaze" ,
@@ -70,13 +73,16 @@ lazy val bundleMonixHttp4sBlaze = project
70
73
71
74
lazy val bundleZioHttp4sBlaze = project
72
75
.in(file(" bundle-zio-http4s-blaze" ))
73
- .dependsOn(http4sClientBlaze,
74
- http4sClientBlazePureConfig,
75
- http4sServerBlaze,
76
- http4sServerBlazePureConfig,
77
- http4sServerMicrometer,
78
- jvmMicrometer,
79
- jvmPureConfig)
76
+ .dependsOn(
77
+ http4sClientBlaze,
78
+ http4sClientBlazePureConfig,
79
+ http4sServerBlaze,
80
+ http4sServerBlazePureConfig,
81
+ http4sServerMicrometer,
82
+ jvmMicrometer,
83
+ jvmPureConfig,
84
+ pureConfig
85
+ )
80
86
.settings(commonSettings)
81
87
.settings(
82
88
name := " sst-bundle-zio-http4s-blaze" ,
@@ -137,7 +143,6 @@ lazy val example = project
137
143
http4sClientMonixCatnap,
138
144
monixCatnapPureConfig,
139
145
micrometerJmxPureConfig,
140
- pureConfig,
141
146
sslConfig
142
147
)
143
148
.enablePlugins(MdocPlugin )
0 commit comments