Skip to content

Commit 01d6547

Browse files
authored
Use the sbt-typelevel plugins to indicate the first artifact version instead of disabling mima (#650)
1 parent 547095d commit 01d6547

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ lazy val spark31Settings = Seq(
263263
)
264264

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

269269
lazy val consoleSettings = Seq(

0 commit comments

Comments
 (0)