Skip to content

Commit

Permalink
Merge pull request #382 from scalacenter/update/scalafmt-core-3.7.17
Browse files Browse the repository at this point in the history
Update scalafmt-core to 3.7.17
  • Loading branch information
bjaglin authored Dec 19, 2023
2 parents 3a9fe59 + 02063f8 commit 4fc31df
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# Scala Steward: Reformat with scalafmt 3.7.14
b7431a3cdd2f4627de48f4f27a361db88949932f

# Scala Steward: Reformat with scalafmt 3.7.17
14c30197a7d04b3fc355132881144bd7c95c441b
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "3.7.15"
version = "3.7.17"
project.git=true
align.preset=none
assumeStandardLibraryStripMargin = true
Expand Down
2 changes: 1 addition & 1 deletion src/sbt-test/sbt-scalafix/explicit-files/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Global / semanticdbVersion := scalafixSemanticdb.revision

inThisBuild(
List(
scalaVersion := Versions.scala212,
scalaVersion := Versions.scala212,
scalacOptions += "-Ywarn-unused",
semanticdbEnabled := true
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ class SbtCompletionsSuite extends AnyFunSuite {
checkCompletion("--rules file:bar/../", SkipWindows) { (appends, displays) =>
// resolve parent directories
// allowedTargetFilesPrefixes does not affect `file:` completion as buzz is not part of them
assert(appends.contains("buzz"))
assert(appends.contains("buzz"))
assert(displays.contains("bar/../buzz"))
}

Expand Down

0 comments on commit 4fc31df

Please sign in to comment.