Skip to content

Commit a3f27f6

Browse files
authored
Update binary-compatibility-for-library-authors.md
The comment is outdated as the issue was fixed in MiMa: lightbend-labs/mima#778
1 parent 9a12ccb commit a3f27f6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

_overviews/tutorials/binary-compatibility-for-library-authors.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,8 +254,7 @@ alice match
254254

255255
Later in time, you can amend the original case class definition to, say, add an optional `address` field. You
256256
* add a new field `address` and a custom `withAddress` method,
257-
* update the public `apply` method in the companion object to initialize all the fields,
258-
* tell MiMa to [ignore](https://github.com/lightbend/mima#filtering-binary-incompatibilities) changes to the class constructor. This step is necessary because MiMa does not yet ignore changes in private class constructor signatures (see [#738](https://github.com/lightbend/mima/issues/738)).
257+
* update the public `apply` method in the companion object to initialize all the fields
259258

260259
{% tabs case_class_compat_4 class=tabs-scala-version %}
261260
{% tab 'Scala 2' %}

0 commit comments

Comments
 (0)