Skip to content

Commit

Permalink
Merge pull request #298 from scalacenter/scalafix0100
Browse files Browse the repository at this point in the history
scalafix 0.10.0
  • Loading branch information
bjaglin committed Apr 7, 2022
2 parents ca46276 + 3e3557d commit 2de5eca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import sbt._

object Dependencies {
val x = List(1) // scalafix:ok
def scalafixVersion: String = "0.10.0-RC1"
def scalafixVersion: String = "0.10.0"

val all = List(
"org.eclipse.jgit" % "org.eclipse.jgit" % "5.13.0.202109080827-r",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ class SbtCompletionsSuite extends AnyFunSuite {
| Removes deprecated val inside for-comprehension binders
|ProcedureSyntax
| Replaces deprecated procedure syntax with explicit ': Unit ='
|RedundantSyntax
| Removes redundant syntax such as `final` modifiers on an object
|RemoveUnused
| Removes unused imports and terms that reported by the compiler under -Ywarn-unused
|SemanticRule
Expand Down

0 comments on commit 2de5eca

Please sign in to comment.