Skip to content

Commit b4aa020

Browse files
authored
add json4s in artifact-migrations.v2.conf
1 parent 61ad654 commit b4aa020

File tree

1 file changed

+55
-0
lines changed

1 file changed

+55
-0
lines changed

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

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,61 @@
55
// Scala Steward instances.
66

77
changes = [
8+
{
9+
groupIdBefore = org.json4s
10+
groupIdAfter = io.github.json4s
11+
artifactIdAfter = json4s-ast
12+
},
13+
{
14+
groupIdBefore = org.json4s
15+
groupIdAfter = io.github.json4s
16+
artifactIdAfter = json4s-core
17+
},
18+
{
19+
groupIdBefore = org.json4s
20+
groupIdAfter = io.github.json4s
21+
artifactIdAfter = json4s-ext
22+
},
23+
{
24+
groupIdBefore = org.json4s
25+
groupIdAfter = io.github.json4s
26+
artifactIdAfter = json4s-jackson-core
27+
},
28+
{
29+
groupIdBefore = org.json4s
30+
groupIdAfter = io.github.json4s
31+
artifactIdAfter = json4s-jackson
32+
},
33+
{
34+
groupIdBefore = org.json4s
35+
groupIdAfter = io.github.json4s
36+
artifactIdAfter = json4s-mongo
37+
},
38+
{
39+
groupIdBefore = org.json4s
40+
groupIdAfter = io.github.json4s
41+
artifactIdAfter = json4s-native-core
42+
},
43+
{
44+
groupIdBefore = org.json4s
45+
groupIdAfter = io.github.json4s
46+
artifactIdAfter = json4s-native
47+
},
48+
{
49+
groupIdBefore = org.json4s
50+
groupIdAfter = io.github.json4s
51+
artifactIdAfter = json4s-scalap
52+
},
53+
{
54+
groupIdBefore = org.json4s
55+
groupIdAfter = io.github.json4s
56+
artifactIdAfter = json4s-scalaz
57+
},
58+
{
59+
groupIdBefore = org.json4s
60+
groupIdAfter = io.github.json4s
61+
artifactIdAfter = json4s-xml
62+
},
863
{
964
groupIdBefore = de.heikoseeberger
1065
groupIdAfter = com.github.sbt

0 commit comments

Comments
 (0)