Skip to content

Commit

Permalink
fix some 404 links
Browse files Browse the repository at this point in the history
these experimental classes were removed from Scala 3.5.0
  • Loading branch information
SethTisue committed Aug 30, 2024
1 parent a0927a0 commit a38d816
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blog/_posts/2022-09-05-scala-3.2.0-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ The `-Vprofile` option family is useful for trouble-spotting long compile times.

The following new APIs were introduced to the language and currently can be used in experimental code. We are looking forward to user feedback before we decide to stabilise them.

- [`scala.annotation.MainAnnotation`](https://scala-lang.org/api/3.x/scala/annotation/MainAnnotation.html#) - the annotation that can be used to define custom entry points to the application
- [`scala.annotation.newMain`](https://scala-lang.org/api/3.x/scala/annotation/newMain.html#) - new implementation of `@main` annotation. It is planned to replace it in the future
- [`scala.annotation.MainAnnotation`](https://scala-lang.org/api/3.3.3/scala/annotation/MainAnnotation.html#) - the annotation that can be used to define custom entry points to the application
- [`scala.annotation.newMain`](https://scala-lang.org/api/3.3.3/scala/annotation/newMain.html#) - new implementation of `@main` annotation. It is planned to replace it in the future
- [`scala.util.TupledFunction`](https://scala-lang.org/api/3.x/scala/util/TupledFunction.html#) - the typeclass allowing to abstract over function arities

## Stabilised APIs
Expand Down

0 comments on commit a38d816

Please sign in to comment.