From 92d0b9735472dd49436d32f436432e8ffa94ea45 Mon Sep 17 00:00:00 2001 From: Anatolii Kmetiuk Date: Tue, 17 Sep 2019 11:10:20 +0200 Subject: [PATCH] Remove misleading sentence about the patch version from the blog article --- docs/blog/_posts/2019-08-30-18th-dotty-milestone-release.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/blog/_posts/2019-08-30-18th-dotty-milestone-release.md b/docs/blog/_posts/2019-08-30-18th-dotty-milestone-release.md index b39597878167..b18b5f21a94f 100644 --- a/docs/blog/_posts/2019-08-30-18th-dotty-milestone-release.md +++ b/docs/blog/_posts/2019-08-30-18th-dotty-milestone-release.md @@ -42,7 +42,7 @@ Some of these changes will end up in Scala 3, some of them will be deemed not wo Keeping that in mind, let us proceed to the nitty-gritty! ## Switch to Standard Library 2.13 -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. +Dotty is now using the standard library 2.13 instead of the previous 2.12.8. ## `@main` functions Bootstrapping a new Scala application is as hard as a new Java application. How do you write a main method? Normally, something like that: