We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 92f5161 + 369212e commit e31b5f7Copy full SHA for e31b5f7
modules/core/src/main/resources/artifact-migrations.conf
@@ -113,6 +113,24 @@ changes = [
113
artifactIdAfter = sbt-release
114
initialVersion = 1.0.15
115
},
116
+ {
117
+ groupIdBefore = com.twilio
118
+ groupIdAfter = dev.guardrail
119
+ artifactIdAfter = guardrail
120
+ initialVersion = 0.65.2
121
+ },
122
123
124
125
+ artifactIdAfter = sbt-guardrail-core
126
+ initialVersion = 0.65.3
127
128
129
130
131
+ artifactIdAfter = sbt-guardrail
132
133
134
{
135
groupIdBefore = com.jsuereth
136
groupIdAfter = com.github.sbt
0 commit comments