Skip to content

Commit 1f2cedc

Browse files
committed
contraband
1 parent 2dfee7f commit 1f2cedc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/unroll-default-arguments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ are implemented only once by a final method. See the section about
549549
The major alternatives to `@unroll` are listed below:
550550

551551
1. [data-class](https://index.scala-lang.org/alexarchambault/data-class)
552-
2. [SBT Datatype](https://www.scala-sbt.org/1.x/docs/Datatype.html)
552+
2. [SBT Contrabad](https://www.scala-sbt.org/contraband/)
553553
3. [Structural Data Structures](https://contributors.scala-lang.org/t/pre-sip-structural-data-structures-that-can-evolve-in-a-binary-compatible-way/5684)
554554
4. Avoiding language features like `case class`es or default parameters, as suggested by the
555555
[Binary Compatibility for Library Authors](https://docs.scala-lang.org/overviews/core/binary-compatibility-for-library-authors.html) documentation.

0 commit comments

Comments
 (0)