Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename core artifact to cats-effect-testing-core #191

Merged
merged 4 commits into from
Aug 28, 2021

Conversation

armanbilge
Copy link
Member

Fixes #189.

@djspiewak
Copy link
Member

djspiewak commented Aug 28, 2021

Let's do a base minor version bump as well

build.sbt Outdated
.settings(libraryDependencies += "org.typelevel" %%% "cats-effect" % CatsEffectVersion)
.settings(
name := "cats-effect-testing-core",
mimaPreviousArtifacts := Set(),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This permanently disables mima on this module. Can we instead do a filter to remove versions prior to the base version bump?

@armanbilge armanbilge requested a review from djspiewak August 28, 2021 18:49
@djspiewak djspiewak merged commit d46e12c into typelevel:series/1.x Aug 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Core module publishes as "org.typelevel" %% "core"
2 participants