Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to 0.9.25 #186

Merged
merged 1 commit into from
Jan 15, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.24"
def scalafixVersion: String = "0.9.25"
val all = List(
"org.eclipse.jgit" % "org.eclipse.jgit" % "5.10.0.202012080955-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.12, 2.13.2, 2.13.3, 2.13.4.
| Inserts type annotations for inferred public members. Only compatible with Scala 2.11.12, 2.12.11, 2.12.12, 2.12.13, 2.13.2, 2.13.3, 2.13.4.
|LeakingImplicitClassVal
| Adds 'private' to val parameters of implicit value classes
|NoAutoTupling
Expand Down