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

scalafix 0.10.0-RC1 #296

Merged
merged 1 commit into from
Apr 3, 2022
Merged

scalafix 0.10.0-RC1 #296

merged 1 commit into from
Apr 3, 2022

Conversation

bjaglin
Copy link
Collaborator

@bjaglin bjaglin commented Apr 3, 2022

No description provided.

@@ -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"),
Copy link
Collaborator Author

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.
Copy link
Collaborator Author

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"
Copy link
Collaborator Author

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

@bjaglin bjaglin marked this pull request as ready for review April 3, 2022 15:28
@bjaglin bjaglin merged commit fd589de into scalacenter:main Apr 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant