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 @@ -293,5 +293,25 @@ changes = [
293
293
groupIdBefore = io.github.davidgregory084
294
294
groupIdAfter = org.typelevel
295
295
artifactIdAfter = sbt-tpolecat
296
+ },
297
+ {
298
+ groupIdAfter = com.softwaremill.sttp.client3
299
+ artifactIdBefore = httpclient-backend
300
+ artifactIdAfter = core
301
+ },
302
+ {
303
+ groupIdAfter = com.softwaremill.sttp.client3
304
+ artifactIdBefore = httpclient-backend-fs2
305
+ artifactIdAfter = fs2
306
+ },
307
+ {
308
+ groupIdAfter = com.softwaremill.sttp.client3
309
+ artifactIdBefore = httpclient-backend-monix
310
+ artifactIdAfter = monix
311
+ },
312
+ {
313
+ groupIdAfter = com.softwaremill.sttp.client3
314
+ artifactIdBefore = httpclient-backend-zio
315
+ artifactIdAfter = zio
296
316
}
297
317
]
You can’t perform that action at this time.
0 commit comments