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: blog/_posts/2021-10-19-scala-3.1.0-released.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ This is a first *minor* release after the initial release of Scala 3.0. This has
13
13
- Scala 3.1 is backward source compatible: any code that was working in 3.0 will also work in 3.1.
14
14
- Scala 3.1 is backward binary compatible: you can use dependencies compiled with Scala 3.0 in 3.1 projects.
15
15
- 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.
0 commit comments