Skip to content

Commit

Permalink
scalafix 0.10.0-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
bjaglin committed Apr 3, 2022
1 parent c8dbd69 commit 8c16ce1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.34"
def scalafixVersion: String = "0.10.0-RC1"

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 @@ -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"
}
val mainArgs =
ScalafixInterface
Expand Down Expand Up @@ -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.x.
|LeakingImplicitClassVal
| Adds 'private' to val parameters of implicit value classes
|NoAutoTupling
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Seq(
Repository.central,
MavenRepository.of(
Expand Down

0 comments on commit 8c16ce1

Please sign in to comment.