Skip to content

Commit c2be23f

Browse files
authored
Merge pull request #2598 from hugo-vrijswijk/sttp-artifact-rename
Add sttp 3.6.1 artifact migrations
2 parents eb7a49e + 0c151d0 commit c2be23f

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

modules/core/src/main/resources/artifact-migrations.v2.conf

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,5 +293,25 @@ changes = [
293293
groupIdBefore = io.github.davidgregory084
294294
groupIdAfter = org.typelevel
295295
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
296316
}
297317
]

0 commit comments

Comments
 (0)