Skip to content

Commit

Permalink
Fix MiMa
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherDavenport committed Aug 4, 2021
1 parent baa721b commit 6c06434
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ lazy val core = project.in(file("core"))
if (isDotty.value) Seq("-language:postfixOps")
else Seq()
},
mimaVersionCheckExcludedVersions := {
if (isDotty.value) Set("0.3.0")
else Set()
},
buildInfoKeys := Seq[BuildInfoKey](version),
buildInfoPackage := "io.chrisdavenport.github",
libraryDependencies ++= Seq(
Expand Down

0 comments on commit 6c06434

Please sign in to comment.