Skip to content

Commit

Permalink
Merge pull request #646 from typelevel/wip-temporary-disable-mima-sbt…
Browse files Browse the repository at this point in the history
…-plugin

build: temporary disable mima for sbt-plugin
  • Loading branch information
ahjohannessen authored Jun 16, 2023
2 parents 3cc53ff + 305d47f commit f0b4307
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ lazy val plugin = project
scalaVersion := Scala212,
tlVersionIntroduced := Map("2.12" -> "2.5.3"),
sbtPlugin := true,
mimaFailOnNoPrevious := false,
mimaPreviousArtifacts := Set(),
buildInfoPackage := "fs2.grpc.buildinfo",
buildInfoKeys := Seq[BuildInfoKey](
name,
Expand Down

0 comments on commit f0b4307

Please sign in to comment.