File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
modules/core/src/main/resources Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -288,5 +288,25 @@ changes = [
288
288
groupIdBefore = io.github.davidgregory084
289
289
groupIdAfter = org.typelevel
290
290
artifactIdAfter = sbt-tpolecat
291
+ },
292
+ {
293
+ groupIdAfter = com.softwaremill.sttp.client3
294
+ artifactIdBefore = httpclient-backend
295
+ artifactIdAfter = core
296
+ },
297
+ {
298
+ groupIdAfter = com.softwaremill.sttp.client3
299
+ artifactIdBefore = httpclient-backend-fs2
300
+ artifactIdAfter = fs2
301
+ },
302
+ {
303
+ groupIdAfter = com.softwaremill.sttp.client3
304
+ artifactIdBefore = httpclient-backend-monix
305
+ artifactIdAfter = monix
306
+ },
307
+ {
308
+ groupIdAfter = com.softwaremill.sttp.client3
309
+ artifactIdBefore = httpclient-backend-zio
310
+ artifactIdAfter = zio
291
311
}
292
312
]
You can’t perform that action at this time.
0 commit comments