Skip to content

Commit 0a7655f

Browse files
committed
Add note about versioning scheme
1 parent c59eb20 commit 0a7655f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Hello from the Scala 3 team! It has already been six weeks since we have announc
88

99
## Compatibility notice
1010

11-
This is a first *minor* release after the initial release of Scala 3.0. This has following consequences:
11+
Scala 3 follows `major.minor.patch` versioning scheme (unlike Scala 2, which uses `epoch.major.minor`). This means that this is the first *minor* release after Scala 3.0.0. This has the following consequences:
1212

1313
- Scala 3.1 is backward binary compatible: you can use dependencies compiled with Scala 3.0 in 3.1 projects.
1414
- Scala 3.1 is _not_ forward binary compatible: you _cannot_ use dependencies compiled with Scala 3.1 in Scala 3.0 projects.

0 commit comments

Comments
 (0)