-
Notifications
You must be signed in to change notification settings - Fork 44
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
scalafix 0.10.0-RC1 #296
scalafix 0.10.0-RC1 #296
Conversation
@@ -29,7 +29,7 @@ class ScalafixAPISuite extends AnyFunSuite { | |||
val interface = ScalafixInterface | |||
.fromToolClasspath( | |||
"2.12", | |||
List("ch.epfl.scala" %% "example-scalafix-rule" % "1.4.0"), | |||
List("ch.epfl.scala" %% "example-scalafix-rule" % "2.0.0-RC1"), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
necessary to avoid getting the noise of the compatibility warning in stdout
@@ -100,7 +100,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.13, 2.12.14, 2.12.15, 2.13.6, 2.13.7, 2.13.8. | |||
| Inserts type annotations for inferred public members. Only compatible with Scala 2.11, 2.12 & 2.13. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -25,7 +25,7 @@ class SbtCompletionsSuite extends AnyFunSuite { | |||
|
|||
val exampleDependency = { | |||
import sbt._ | |||
"ch.epfl.scala" %% "example-scalafix-rule" % "1.4.0" | |||
"ch.epfl.scala" %% "example-scalafix-rule" % "2.0.0-RC1" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
necessary to avoid getting the noise of the compatibility warning in stdout
No description provided.