Skip to content

Commit

Permalink
enable mima
Browse files Browse the repository at this point in the history
  • Loading branch information
patriknw committed Nov 29, 2024
1 parent ce483e5 commit 2951934
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# internal
ProblemFilters.exclude[DirectMissingMethodProblem]("akka.projection.dynamodb.internal.DynamoDBOffsetStore#State.evict")
2 changes: 0 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
Expand Down

0 comments on commit 2951934

Please sign in to comment.