Skip to content

Commit 0c151d0

Browse files
Add sttp 3.6.1 artifact migrations
1 parent d44ce02 commit 0c151d0

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
@@ -288,5 +288,25 @@ changes = [
288288
groupIdBefore = io.github.davidgregory084
289289
groupIdAfter = org.typelevel
290290
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
291311
}
292312
]

0 commit comments

Comments
 (0)