Skip to content

Commit

Permalink
Update build.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Sep 2, 2023
1 parent 2680316 commit d7bd0c0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,6 @@ lazy val `durable-state` =
name := "pekko-projection-durable-state")
.dependsOn(core)
.dependsOn(testkit % Test)
.settings(
// no previous artifact so must disable MiMa until this is released at least once.
mimaPreviousArtifacts := Set.empty)

lazy val examples = project
.configs(IntegrationTest.extend(Test))
Expand Down

0 comments on commit d7bd0c0

Please sign in to comment.