Skip to content

Commit

Permalink
Add sttp 3.6.1 artifact migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
hugo-vrijswijk committed May 9, 2022
1 parent d44ce02 commit 0c151d0
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions modules/core/src/main/resources/artifact-migrations.v2.conf
Original file line number Diff line number Diff line change
Expand Up @@ -288,5 +288,25 @@ changes = [
groupIdBefore = io.github.davidgregory084
groupIdAfter = org.typelevel
artifactIdAfter = sbt-tpolecat
},
{
groupIdAfter = com.softwaremill.sttp.client3
artifactIdBefore = httpclient-backend
artifactIdAfter = core
},
{
groupIdAfter = com.softwaremill.sttp.client3
artifactIdBefore = httpclient-backend-fs2
artifactIdAfter = fs2
},
{
groupIdAfter = com.softwaremill.sttp.client3
artifactIdBefore = httpclient-backend-monix
artifactIdAfter = monix
},
{
groupIdAfter = com.softwaremill.sttp.client3
artifactIdBefore = httpclient-backend-zio
artifactIdAfter = zio
}
]

0 comments on commit 0c151d0

Please sign in to comment.