You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: blog/_posts/2022-09-05-scala-3.2.0-released.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -117,8 +117,8 @@ The `-Vprofile` option family is useful for trouble-spotting long compile times.
117
117
118
118
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.
119
119
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
122
122
-[`scala.util.TupledFunction`](https://scala-lang.org/api/3.x/scala/util/TupledFunction.html#) - the typeclass allowing to abstract over function arities
0 commit comments