Skip to content

Commit

Permalink
Added comment to explain why previous MiMA versions are there
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mie6 committed Dec 25, 2022
1 parent 4b415c8 commit eec42c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ lazy val `parsley-cats` = crossProject(JVMPlatform, JSPlatform, NativePlatform)
"org.scalatest" %%% "scalatest" % "3.2.12" % Test,
"org.typelevel" %%% "cats-laws" % "2.8.0" % Test,
),
// I think these are needed until we have moved to 1.0.0? the typelevel plugins don't seem to pick it up?
mimaPreviousArtifacts := Set(
"com.github.j-mie6" %% "parsley-cats" % "0.1.0",
),
Expand Down

0 comments on commit eec42c5

Please sign in to comment.