Skip to content

Commit

Permalink
Merge pull request #434 from scalacenter/scalafix0130
Browse files Browse the repository at this point in the history
scalafix 0.13.0
  • Loading branch information
bjaglin authored Sep 27, 2024
2 parents 112e9a5 + eacd7cc commit 666b50d
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.12.1+81-c6766833-SNAPSHOT"
def scalafixVersion: String = "0.13.0"

val all = List(
"org.eclipse.jgit" % "org.eclipse.jgit" % "5.13.3.202401111512-r",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,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.x.
| Inserts type annotations for inferred public members.
|LeakingImplicitClassVal
| Adds 'private' to val parameters of implicit value classes
|NoAutoTupling
Expand All @@ -125,7 +125,7 @@ class SbtCompletionsSuite extends AnyFunSuite {
|OrganizeImports
| Organize import statements
|ProcedureSyntax
| Replaces deprecated procedure syntax with explicit ': Unit ='
| Replaces deprecated Scala 2.x procedure syntax with explicit ': Unit ='
|RedundantSyntax
| Removes redundant syntax such as `final` modifiers on an object
|RemoveUnused
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class ScalafixAPISuite extends AnyFunSuite {
"2.12",
Arg.ToolClasspath(
Nil,
List("ch.epfl.scala" %% "example-scalafix-rule" % "4.0.0"),
List("ch.epfl.scala" %% "example-scalafix-rule" % "5.0.0"),
Seq(
Repository.central,
MavenRepository.of(
Expand Down

0 comments on commit 666b50d

Please sign in to comment.