Skip to content

Commit

Permalink
Merge pull request #121 from commercetools/post-0.6
Browse files Browse the repository at this point in the history
Bump base version and drop MiMa exceptions
  • Loading branch information
satabin authored Dec 10, 2024
2 parents d4f881f + 61b0356 commit 02224a7
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import laika.config.LinkConfig
import laika.config.ApiLinks
import laika.config.SourceLinks

ThisBuild / tlBaseVersion := "0.5"
ThisBuild / tlBaseVersion := "0.6"

ThisBuild / organization := "com.commercetools"
ThisBuild / organizationName := "Commercetools GmbH"
Expand Down Expand Up @@ -180,13 +180,6 @@ lazy val gcpPubSub = crossProject(JVMPlatform)
libraryDependencies ++= List(
"com.google.cloud" % "google-cloud-pubsub" % "1.134.2",
"com.google.cloud" % "google-cloud-monitoring" % "3.55.0"
),
// TODO: Remove once next version is published
mimaBinaryIssueFilters ++= List(
ProblemFilters.exclude[DirectMissingMethodProblem](
"com.commercetools.queue.gcp.pubsub.PubSubAdministration.this"),
ProblemFilters.exclude[DirectMissingMethodProblem]("com.commercetools.queue.gcp.pubsub.PubSubClient.unmanaged"),
ProblemFilters.exclude[DirectMissingMethodProblem]("com.commercetools.queue.gcp.pubsub.PubSubClient.apply")
)
)
.dependsOn(core)
Expand Down

0 comments on commit 02224a7

Please sign in to comment.