Skip to content

Commit

Permalink
Fix MiMa for snunit-async-cats-effect
Browse files Browse the repository at this point in the history
  • Loading branch information
lolgab committed May 1, 2024
1 parent d0a1cf8 commit a977fa8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@ object `snunit-async-cats-effect` extends Cross[SNUnitAsyncCatsEffectModule](sca
trait SNUnitAsyncCatsEffectModule extends Common.Cross with Publish {
def moduleDeps = Seq(snunit())

// TODO: Delete once a version is published
override def mimaPreviousArtifacts: Target[Agg[Dep]] = Agg.empty[Dep]

def ivyDeps =
T {
super.ivyDeps() ++ Agg(
Expand Down

0 comments on commit a977fa8

Please sign in to comment.