Skip to content

Commit 0ec0a0a

Browse files
mkurzmzuehlke
authored andcommitted
Migrated a bunch of sbt plugins to com.github.sbt
1 parent fdec839 commit 0ec0a0a

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed

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

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1139,4 +1139,54 @@ changes = [
11391139
groupIdAfter = com.github.sbt
11401140
artifactIdAfter = sbt-pull-request-validator
11411141
},
1142+
{
1143+
groupIdBefore = com.typesafe.sbt
1144+
groupIdAfter = com.github.sbt
1145+
artifactIdAfter = sbt-gzip
1146+
},
1147+
{
1148+
groupIdBefore = com.typesafe.sbt
1149+
groupIdAfter = com.github.sbt
1150+
artifactIdAfter = sbt-digest
1151+
},
1152+
{
1153+
groupIdBefore = net.ground5hark.sbt
1154+
groupIdAfter = com.github.sbt
1155+
artifactIdAfter = sbt-concat
1156+
},
1157+
{
1158+
groupIdBefore = com.typesafe.sbt
1159+
groupIdAfter = com.github.sbt
1160+
artifactIdAfter = sbt-uglify
1161+
},
1162+
{
1163+
groupIdBefore = com.typesafe.sbt
1164+
groupIdAfter = com.github.sbt
1165+
artifactIdAfter = sbt-rjs
1166+
},
1167+
{
1168+
groupIdBefore = com.typesafe.sbt
1169+
groupIdAfter = com.github.sbt
1170+
artifactIdAfter = sbt-coffeescript
1171+
},
1172+
{
1173+
groupIdBefore = com.typesafe.sbt
1174+
groupIdAfter = com.github.sbt
1175+
artifactIdAfter = sbt-less
1176+
},
1177+
{
1178+
groupIdBefore = com.typesafe.sbt
1179+
groupIdAfter = com.github.sbt
1180+
artifactIdAfter = sbt-jshint
1181+
},
1182+
{
1183+
groupIdBefore = com.typesafe.sbt
1184+
groupIdAfter = com.github.sbt
1185+
artifactIdAfter = sbt-stylus
1186+
},
1187+
{
1188+
groupIdBefore = com.typesafe.sbt
1189+
groupIdAfter = com.github.sbt
1190+
artifactIdAfter = sbt-mocha
1191+
},
11421192
]

0 commit comments

Comments
 (0)