Skip to content

Commit 883f5db

Browse files
authored
Merge pull request #2626 from scala-steward-org/topic/use-current-artifact-migrations-in-mock
2 parents 4eeb289 + c8734c8 commit 883f5db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/core/src/test/scala/org/scalasteward/core/mock/MockContext.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ object MockContext {
2525
RepoConfigLoader.defaultRepoConfigUrl ->
2626
ioFileAlg.readResource("default.scala-steward.conf").unsafeRunSync(),
2727
ArtifactMigrationsLoader.defaultArtifactMigrationsUrl ->
28-
ioFileAlg.readResource("artifact-migrations.conf").unsafeRunSync(),
28+
ioFileAlg.readResource("artifact-migrations.v2.conf").unsafeRunSync(),
2929
ScalafixMigrationsLoader.defaultScalafixMigrationsUrl ->
3030
ioFileAlg.readResource("scalafix-migrations.conf").unsafeRunSync()
3131
)

0 commit comments

Comments
 (0)