diff --git a/akka-projection-dynamodb/src/main/mima-filters/1.6.3.backwards.excludes/offset-store.excludes b/akka-projection-dynamodb/src/main/mima-filters/1.6.3.backwards.excludes/offset-store.excludes new file mode 100644 index 000000000..f0ea8a80d --- /dev/null +++ b/akka-projection-dynamodb/src/main/mima-filters/1.6.3.backwards.excludes/offset-store.excludes @@ -0,0 +1,2 @@ +# internal +ProblemFilters.exclude[DirectMissingMethodProblem]("akka.projection.dynamodb.internal.DynamoDBOffsetStore#State.evict") diff --git a/build.sbt b/build.sbt index 52cd2827d..c273c886d 100644 --- a/build.sbt +++ b/build.sbt @@ -180,8 +180,6 @@ lazy val dynamodb = .settings(Dependencies.dynamodb) .dependsOn(core, eventsourced) .disablePlugins(CiReleasePlugin) - // FIXME: No previous artifact, disable MiMa until first release - .settings(mimaPreviousArtifacts := Set.empty) lazy val dynamodbIntegration = Project(id = "akka-projection-dynamodb-integration", base = file("akka-projection-dynamodb-integration"))