|
5 | 5 | // Scala Steward instances. |
6 | 6 |
|
7 | 7 | 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 | + }, |
8 | 63 | { |
9 | 64 | groupIdBefore = de.heikoseeberger |
10 | 65 | groupIdAfter = com.github.sbt |
|
0 commit comments