File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
scalafix-reflect/src/main/scala-3/scalafix/internal/reflect Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import scala.util.Try
99object Dependencies {
1010 val scala212 = " 2.12.17"
1111 val scala213 = " 2.13.10"
12- val scala3 = " 3.2.2 "
12+ val scala3 = " 3.3.0 "
1313
1414 val buildScalaVersions = Seq (scala212, scala213, scala3)
1515 val buildWithTargetVersions : Seq [(String , String )] =
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ class RuleCompiler(
6464 " to use the Scala 2.x compiler instead, use the corresponding " +
6565 " scalafix-cli artifact or force scalafixScalaBinaryVersion " +
6666 " to 2.x in your build tool"
67- val errors = (reporter.allErrors.map(_.getMessage ) :+ lastError)
67+ val errors = (reporter.allErrors.map(_.message ) :+ lastError)
6868 ConfError .apply(errors.map(ConfError .message)).map(_.notOk).get
6969 }
7070
You can’t perform that action at this time.
0 commit comments