Skip to content

Commit

Permalink
Update mimaPreviousVersions
Browse files Browse the repository at this point in the history
  • Loading branch information
lolgab committed May 1, 2024
1 parent abe3fc4 commit 4abcc7c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ trait Publish extends CiReleaseModule with Mima {
Developer("lolgab", "Lorenzo Gabriele", "https://github.com/lolgab")
)
)
def mimaPreviousVersions = Seq("0.8.0")
def mimaPreviousVersions = Seq("0.9.0")
}
object snunit extends Cross[SNUnitModule](scalaVersions)
trait SNUnitModule extends Common.Cross with Publish {
Expand All @@ -108,9 +108,6 @@ 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 4abcc7c

Please sign in to comment.