Skip to content

Commit fd8a9fc

Browse files
Update scala-xml to 2.3.0
1 parent 5b13f31 commit fd8a9fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/core/src/test/scala/org/scalasteward/core/edit/EditAlgTest.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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'"

0 commit comments

Comments
 (0)