File tree 1 file changed +2
-2
lines changed
modules/core/src/test/scala/org/scalasteward/core/edit 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 {
60
60
)
61
61
val data = RepoData (repo, cache, RepoConfig .empty)
62
62
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
64
64
val gitignore = (repoDir / " .gitignore" ) -> " target/"
65
65
val scalafmtConf = repoDir / scalafmtConfName
66
66
val scalafmtConfContent = """ maxColumn = 100
@@ -89,7 +89,7 @@ class EditAlgTest extends FunSuite {
89
89
Cmd (" write" , scalafmtConf.pathAsString),
90
90
Cmd .exec(repoDir, (scalafmtBinary :: opts.nonInteractive :: opts.modeChanged)* ),
91
91
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" ),
93
93
Cmd .gitLatestSha1(repoDir),
94
94
Log (
95
95
" 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