Skip to content

Commit 6c6b654

Browse files
Kordyjanprolativ
andauthored
Update blog/_posts/2023-05-26-scala-3.3.0-released.md
Co-authored-by: Michał Pałka <[email protected]>
1 parent 3b0f4b6 commit 6c6b654

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog/_posts/2023-05-26-scala-3.3.0-released.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Last but not least, we have changed the default implementation of lazy vals. The
9898

9999
If you are maintaining a standalone Scala 3 project without external projects depending on it, feel free to switch to Scala 3.3.0 at any moment. You will enjoy all the improvements in the newest version of the compiler.
100100

101-
If you are a library author following semantic versioning, we advise you to update to Scala 3.3.0 in the next minor release of your project. Users of your library would also need to bump their compiler version to use the newest version of your library. If you have already published a minor version on 3.3.0 but learned about a critical vulnerability in your library, you should release a new patch release for the previous minor version of your library using Scala 3.2.2 (or any other older version of the compiler ). This patch can be consumed by all the users of previous versions of the library, no matter if they have already switched to 3.3.0 or not.
101+
If you are a library author following semantic versioning, we advise you to update to Scala 3.3.0 in the next minor release of your project. Users of your library would also need to bump their compiler version to use the newest version of your library. If you have already published a minor version on 3.3.0 but learned about a critical vulnerability in your library, you should release a new patch release for the previous minor version of your library using the Scala version you had used before the bump (e.g. 3.2.2 or older). This patch can be consumed by all the users of previous versions of the library, no matter if they have already switched to 3.3.0 or not.
102102

103103
### Known incompatibility: Stability of inline parameters
104104

0 commit comments

Comments
 (0)