Skip to content

Commit c55160f

Browse files
authored
Merge pull request #2584 from xuwei-k/patch-2
add artifact-migrations for `org.scalatestplus scalacheck`
2 parents 70c8b75 + aa225b2 commit c55160f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,11 @@ changes = [
199199
artifactIdBefore = scalacheck-1-14
200200
artifactIdAfter = scalacheck-1-15
201201
},
202+
{
203+
groupIdAfter = org.scalatestplus
204+
artifactIdBefore = scalacheck-1-15
205+
artifactIdAfter = scalacheck-1-16
206+
},
202207
{
203208
groupIdAfter = org.scalatestplus
204209
artifactIdBefore = testng-6-7

0 commit comments

Comments
 (0)