Skip to content

Commit

Permalink
Merge pull request #666 from dwijnand/release
Browse files Browse the repository at this point in the history
  • Loading branch information
dwijnand authored Oct 6, 2021
2 parents 633928e + 6835a89 commit c8ecea1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions project/MimaSettings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import com.typesafe.tools.mima.plugin.MimaPlugin.autoImport._

object MimaSettings {
// clear out mimaBinaryIssueFilters when changing this
val mimaPreviousVersion = "1.0.0"
val mimaPreviousVersion = "1.0.1"

val mimaSettings = Def.settings (
mimaPreviousArtifacts := Set(pluginProjectID.value.withRevision(mimaPreviousVersion)
Expand All @@ -24,11 +24,6 @@ object MimaSettings {
// * com.typesafe.tools.mima.core.ProblemFilters
// * com.typesafe.tools.mima.core.*Problem
// * com.typesafe.tools.mima.core.util.log.Logging
exclude[Problem]("*mima.core.Pickle*"),
exclude[Problem]("*mima.core.*pickle*"),
exclude[Problem]("*mima.lib.MiMaLib.*"),
exclude[Problem]("*mima.lib.analyze.Analyzer.*"),
exclude[Problem]("*mima.plugin.SbtMima.*"),
),
)
}
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ resolvers ++= (if (isStaging) List(stagingResolver) else Nil)

addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1")
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.0.0")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.0.1")

0 comments on commit c8ecea1

Please sign in to comment.