Skip to content

Commit 1cb5d7b

Browse files
committed
Fix tests
1 parent f9a126a commit 1cb5d7b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/core/src/test/scala/org/scalasteward/core/sbt/SbtAlgTest.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class SbtAlgTest extends AnyFunSuite with Matchers {
6161
";set every credentials := Nil;dependencyUpdates;reload plugins;dependencyUpdates"
6262
),
6363
List("rm", s"$repoDir/project/tmp-sbt-dep.sbt"),
64-
List("read", s"/tmp/ws/repos_v05.json")
64+
List("read", s"/tmp/ws/repos_v6.json")
6565
)
6666
)
6767
}
@@ -94,7 +94,7 @@ class SbtAlgTest extends AnyFunSuite with Matchers {
9494
),
9595
List("restore", (repoDir / ".sbtopts").toString),
9696
List("restore", (repoDir / ".jvmopts").toString),
97-
List("read", s"/tmp/ws/repos_v05.json")
97+
List("read", s"/tmp/ws/repos_v6.json")
9898
)
9999
)
100100
}
@@ -122,7 +122,7 @@ class SbtAlgTest extends AnyFunSuite with Matchers {
122122
"-no-colors",
123123
";dependencyUpdates;reload plugins;dependencyUpdates"
124124
),
125-
List("read", s"/tmp/ws/repos_v05.json")
125+
List("read", s"/tmp/ws/repos_v6.json")
126126
)
127127
)
128128
}

0 commit comments

Comments
 (0)