Skip to content

Commit

Permalink
Merge pull request #2626 from scala-steward-org/topic/use-current-art…
Browse files Browse the repository at this point in the history
…ifact-migrations-in-mock
  • Loading branch information
exoego authored Jun 7, 2022
2 parents 4eeb289 + c8734c8 commit 883f5db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ object MockContext {
RepoConfigLoader.defaultRepoConfigUrl ->
ioFileAlg.readResource("default.scala-steward.conf").unsafeRunSync(),
ArtifactMigrationsLoader.defaultArtifactMigrationsUrl ->
ioFileAlg.readResource("artifact-migrations.conf").unsafeRunSync(),
ioFileAlg.readResource("artifact-migrations.v2.conf").unsafeRunSync(),
ScalafixMigrationsLoader.defaultScalafixMigrationsUrl ->
ioFileAlg.readResource("scalafix-migrations.conf").unsafeRunSync()
)
Expand Down

0 comments on commit 883f5db

Please sign in to comment.