Skip to content

Commit 2509e8a

Browse files
Kordyjandwijnand
andauthored
Update blog/_posts/2021-10-19-scala-3.1.0-released.md
Co-authored-by: Dale Wijnand <dale.wijnand@gmail.com>
1 parent 30982b1 commit 2509e8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog/_posts/2021-10-19-scala-3.1.0-released.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This is a first *minor* release after the initial release of Scala 3.0. This has
1313
- Scala 3.1 is backward source compatible: any code that was working in 3.0 will also work in 3.1.
1414
- Scala 3.1 is backward binary compatible: you can use dependencies compiled with Scala 3.0 in 3.1 projects.
1515
- Scala 3.1 is _not_ forward binary compatible: you _cannot_ use dependencies compiled with Scala 3.1 in Scala 3.0 projects.
16-
- Updating Scala to 3.1 is not forward compatible change. If you are a library maintainer you should only do that in minor release of your project.
16+
- Updating Scala to 3.1 is not a forward compatible change. If you are a library maintainer and are following SemVer you may want to update in your next minor release.
1717

1818
## What's new in 3.1
1919

0 commit comments

Comments
 (0)