Skip to content

Commit

Permalink
bump scalafix to 0.9.19
Browse files Browse the repository at this point in the history
  • Loading branch information
github-brice-jaglin committed Jul 14, 2020
1 parent 11d4c3f commit d1e6843
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.9.18"
def scalafixVersion: String = "0.9.19"
val all = List(
"org.eclipse.jgit" % "org.eclipse.jgit" % "5.8.0.202006091008-r",
"ch.epfl.scala" % "scalafix-interfaces" % scalafixVersion,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ class SbtCompletionsSuite extends AnyFunSuite {
|DisableSyntax
| Reports an error for disabled features such as var or XML literals.
|ExplicitResultTypes
| Inserts type annotations for inferred public members. Only compatible with Scala 2.11.12, 2.12.10, 2.12.11, 2.12.9, 2.13.1, 2.13.2, 2.13.3.
| Inserts type annotations for inferred public members. Only compatible with Scala 2.11.12, 2.12.10, 2.12.11, 2.12.12, 2.13.1, 2.13.2, 2.13.3.
|LeakingImplicitClassVal
| Adds 'private' to val parameters of implicit value classes
|NoAutoTupling
Expand Down

0 comments on commit d1e6843

Please sign in to comment.