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: docs/blog/_posts/2019-08-30-18th-dotty-milestone-release.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ Some of these changes will end up in Scala 3, some of them will be deemed not wo
42
42
Keeping that in mind, let us proceed to the nitty-gritty!
43
43
44
44
## Switch to Standard Library 2.13
45
-
Dotty is now using the standard library 2.13 instead of the previous 2.12.8. This fact is reflected in the patch version 1 in 0.18.1-RC1 which Dotty will be using from now on.
45
+
Dotty is now using the standard library 2.13 instead of the previous 2.12.8.
46
46
47
47
## `@main` functions
48
48
Bootstrapping a new Scala application is as hard as a new Java application. How do you write a main method? Normally, something like that:
0 commit comments