From f39850ea96512c5b7acca452d77c3ff8576ccc15 Mon Sep 17 00:00:00 2001 From: Lorenzo Gabriele Date: Sun, 6 Feb 2022 12:00:51 +0100 Subject: [PATCH] Fix typo in 2022-02-01-scala-3.1.1-released.md --- blog/_posts/2022-02-01-scala-3.1.1-released.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/_posts/2022-02-01-scala-3.1.1-released.md b/blog/_posts/2022-02-01-scala-3.1.1-released.md index ee06d8033..7c78a20a8 100644 --- a/blog/_posts/2022-02-01-scala-3.1.1-released.md +++ b/blog/_posts/2022-02-01-scala-3.1.1-released.md @@ -42,7 +42,7 @@ So, for example, compiling your library using Scala 3.1.2-RC2 with `-Yscala-rele One important note is that the `-Yscala-release` flag is experimental and not yet available in any stable release of the compiler. It means the build tools, such as SBT or Mill, are not yet aware of its existence. Of course, you can declare usage of the flag in your build file, and the compiler will respect it. However, there may still be some hiccups, like generated artifacts depending on the incorrect version of the stdlib. We will do our best to help fix those minor issues before the stable release of 3.1.2. -Detailed description of the new flag can be found in [the reference page for the binary comaptibility](https://docs.scala-lang.org/scala3/reference/language-versions/binary-compatibility.html). +Detailed description of the new flag can be found in [the reference page for the binary compatibility](https://docs.scala-lang.org/scala3/reference/language-versions/binary-compatibility.html). If you are interested in other changes brought by 3.1.2-RC1, there is, as always, [a changelog on GitHub](https://github.com/lampepfl/dotty/releases/tag/3.1.2-RC1).