Skip to content

Commit c1fce8b

Browse files
authored
Add migration for sbt-dotenv
1 parent 58c9598 commit c1fce8b

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
@@ -268,5 +268,10 @@ changes = [
268268
groupIdBefore = org.irundaia.sbt
269269
groupIdAfter = io.github.irundaia
270270
artifactIdAfter = sbt-sassify
271+
},
272+
{
273+
groupIdBefore = au.com.onegeek
274+
groupIdAfter = nl.gn0s1s
275+
artifactIdAfter = sbt-dotenv
271276
}
272277
]

0 commit comments

Comments
 (0)