Skip to content

Commit

Permalink
Merge pull request #58 from armanbilge/issue/57
Browse files Browse the repository at this point in the history
Set tlVersionIntroduced default at build-level
  • Loading branch information
armanbilge committed Jan 9, 2022
2 parents d44ee1e + a26bdb5 commit 9f1d5a7
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,11 @@ object TypelevelMimaPlugin extends AutoPlugin {

import autoImport._

override def buildSettings = Seq(
tlVersionIntroduced := Map.empty
)

override def projectSettings = Seq[Setting[_]](
tlVersionIntroduced := Map.empty,
mimaPreviousArtifacts := {
require(
versionScheme.value.contains("early-semver"),
Expand Down

0 comments on commit 9f1d5a7

Please sign in to comment.