Skip to content

Commit a38d816

Browse files
committed
fix some 404 links
these experimental classes were removed from Scala 3.5.0
1 parent a0927a0 commit a38d816

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

blog/_posts/2022-09-05-scala-3.2.0-released.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ The `-Vprofile` option family is useful for trouble-spotting long compile times.
117117

118118
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.
119119

120-
- [`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
121-
- [`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
120+
- [`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
121+
- [`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
122122
- [`scala.util.TupledFunction`](https://scala-lang.org/api/3.x/scala/util/TupledFunction.html#) - the typeclass allowing to abstract over function arities
123123

124124
## Stabilised APIs

0 commit comments

Comments
 (0)