File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
modules/core/src/test/scala/org/scalasteward/core/edit Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ class EditAlgTest extends FunSuite {
6060 )
6161 val data = RepoData (repo, cache, RepoConfig .empty)
6262 val repoDir = workspaceAlg.repoDir(repo).unsafeRunSync()
63- val update = (" org.scalameta" .g % " scalafmt-core" .a % " 2.0.0" %> " 2.1 .0" ).single
63+ val update = (" org.scalameta" .g % " scalafmt-core" .a % " 2.0.0" %> " 2.3 .0" ).single
6464 val gitignore = (repoDir / " .gitignore" ) -> " target/"
6565 val scalafmtConf = repoDir / scalafmtConfName
6666 val scalafmtConfContent = """ maxColumn = 100
@@ -89,7 +89,7 @@ class EditAlgTest extends FunSuite {
8989 Cmd (" write" , scalafmtConf.pathAsString),
9090 Cmd .exec(repoDir, (scalafmtBinary :: opts.nonInteractive :: opts.modeChanged)* ),
9191 Cmd .gitStatus(repoDir),
92- Cmd .gitCommit(repoDir, " Update scalafmt-core to 2.1 .0" ),
92+ Cmd .gitCommit(repoDir, " Update scalafmt-core to 2.3 .0" ),
9393 Cmd .gitLatestSha1(repoDir),
9494 Log (
9595 " Executing post-update hook for org.scalameta:scalafmt-core with command 'scalafmt --non-interactive'"
You can’t perform that action at this time.
0 commit comments