Skip to content

Commit

Permalink
Use the sbt-typelevel plugins to indicate the first artifact version …
Browse files Browse the repository at this point in the history
…instead of disabling mima (#650)
  • Loading branch information
pomadchin authored Jul 18, 2022
1 parent 547095d commit 01d6547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ lazy val spark31Settings = Seq(
)

lazy val spark32Settings = Seq(
mimaPreviousArtifacts := Set.empty
tlVersionIntroduced := Map("2.12" -> "0.13.0", "2.13" -> "0.13.0")
)

lazy val consoleSettings = Seq(
Expand Down

0 comments on commit 01d6547

Please sign in to comment.