File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 34
34
run : sbt "++${{ matrix.scalaversion }}" scalafmtCheck
35
35
36
36
- name : Validate api report
37
- if : matrix.scalaversion != '2.11.12'
37
+ if : matrix.scalaversion != '2.11.12' && matrix.scalaversion != '3.0.1'
38
38
run : ./api-reports/validate "${{ matrix.scalaversion }}"
39
39
40
40
readme :
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ ThisBuild / shellPrompt := ((s: State) => Project.extract(s).currentRef.project
6
6
lazy val scalafixRules = project
7
7
.in(file(" scalafix" ))
8
8
.settings(
9
- libraryDependencies += " ch.epfl.scala" %% " scalafix-core" % scalafixVersion,
9
+ libraryDependencies += ( " ch.epfl.scala" %% " scalafix-core" % scalafixVersion).cross( CrossVersion .for3Use2_13) ,
10
10
)
11
11
12
12
def sourceMapsToGithub : Project => Project =
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.0.0")
6
6
7
7
addSbtPlugin(" com.geirsson" % " sbt-ci-release" % " 1.5.7" )
8
8
9
- addSbtPlugin(" ch.epfl.scala" % " sbt-scalafix" % " 0.9.29 " )
9
+ addSbtPlugin(" ch.epfl.scala" % " sbt-scalafix" % " 0.9.30 " )
You can’t perform that action at this time.
0 commit comments