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: docs/blog/_posts/2020-09-21-naming-schema-change.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,4 +8,4 @@ date: 2020-09-21
8
8
9
9
This article is a heads-up for the upcoming change in the naming of Dotty artefacts (as published to Maven). Currently, the organization name is “ch.epfl.lamp” which will become “org.scala-lang”. The artefact names will be changed from “dotty-xxx” to “scala3-xxx”.
10
10
11
-
The change, naturally, will break the existing build tools that work with Dotty. Hence, tooling maintainers need to be prepared to migrate the tooling to the new naming schema. We are planning to introduce the change by October 1st in a form of the next Dotty release, Scala 3.0-M1. The major tooling will be migrated shortly after the release is on Maven.
11
+
This changewill be part of the next Dotty release planned for October 1st which will be known as Scala 3.0.0-M1. We encourage maintainers of tooling (IDEs, build tools, ...) to prepare for this change now by special-casing the way they handle the compiler when its version number starts with `3.` just like they already had to special-case versions starting with `0.` to support existing Dotty releases.
0 commit comments