Skip to content

Commit 56f28b4

Browse files
authored
Update scalafix-core and interfaces (#195)
1 parent 08ce6be commit 56f28b4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ lazy val V = new {
209209
val scala212 = "2.12.13"
210210
val scalatest = "3.2.6"
211211
val scala3 = "3.0.0-RC1"
212-
val scalafix = "0.9.26"
212+
val scalafix = "0.9.27"
213213
val scribe = "3.5.1"
214214
val organizeImports = "0.4.3"
215215
val catsCore = "2.5.0"

migrate/src/main/scala/migrate/utils/ScalafixService.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ object ScalafixService {
7272

7373
val fixSyntaxRules: Seq[String] = Seq(
7474
"ProcedureSyntax",
75-
"fix.scala213.ConstructorProcedureSyntax",
7675
"fix.scala213.ExplicitNullaryEtaExpansion",
7776
"fix.scala213.ParensAroundLambda",
7877
"fix.scala213.ExplicitNonNullaryApply",

0 commit comments

Comments
 (0)