Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
pondzix committed Feb 10, 2022
1 parent 7a97226 commit cb20c2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/BuildSettings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ object BuildSettings {
// clear `mimaBinaryIssueFilters` and `mimaPreviousVersions`.
// Otherwise, add previous version to the set without
// removing older versions.
lazy val mimaPreviousVersions = Set()
lazy val mimaPreviousVersions = Set("0.5.0")
lazy val mimaSettings = Seq(
mimaPreviousArtifacts := mimaPreviousVersions.map { organization.value %% name.value % _ },
ThisBuild / mimaFailOnNoPrevious := false,
Expand Down

0 comments on commit cb20c2d

Please sign in to comment.