Skip to content
This repository was archived by the owner on Sep 1, 2020. It is now read-only.

Commit 78bd206

Browse files
committed
Updates for 2.13.0-M2.
1 parent 380077e commit 78bd206

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

README.md

+7-8
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,12 @@ Typelevel Scala releases are distinguished from the corresponding Lightbend Scal
4444
which indicates the Typelevel feature level beyond the baseline compiler. We are attempting to maintain parity of
4545
Typelevel features across the Scala compiler versions we support.
4646

47-
The current Typelevel feature level is 4 and it is avaliable as a drop in replacement for Lightbend Scala 2.11.11 and
48-
2.12.3. Full release notes are available,
47+
The current Typelevel feature level is 4 and it is avaliable as a drop in replacement for Lightbend Scala 2.11.11,
48+
2.12.3 and 2.13.0-M2. Full release notes are available,
4949

50-
+ Typelevel Scala 4 [2.12.3/2.11.11](https://github.com/typelevel/scala/blob/typelevel-readme/notes/typelevel-4.md).
50+
+ Typelevel Scala 4 [2.11.11/2.12.3/2.13.0-M2](https://github.com/typelevel/scala/blob/typelevel-readme/notes/typelevel-4.md).
5151

52-
Support for Scala 2.13.0-M2 will be added in due course. Support for Scala 2.10.6 will be considered if sponsors step
53-
forward to support the necessary work.
52+
Support for Scala 2.10.6 will be considered if sponsors step forward to support the necessary work.
5453

5554
## Should I use Typelevel Scala? In production?
5655

@@ -125,7 +124,7 @@ res6: Int = 23
125124

126125
Requirements for using Typelevel Scala in your existing projects,
127126

128-
+ You must be using Lightbend Scala 2.12.3 or 2.11.11.
127+
+ You must be using Lightbend Scala 2.11.11, 2.12.3 or 2.13.0-M2.
129128
+ You must be using SBT 0.13.13 or later.
130129
+ Your build should use `scalaOrganization.value` and `CrossVersion.patch` appropriately.
131130

@@ -138,7 +137,7 @@ Requirements for using Typelevel Scala in your existing projects,
138137
inThisBuild(Seq(
139138
organization := "com.chuusai",
140139
scalaVersion := "2.12.3",
141-
crossScalaVersions := Seq("2.10.6", "2.11.8", "2.12.3", "2.13.0-M1")
140+
crossScalaVersions := Seq("2.10.6", "2.11.11", "2.12.3", "2.13.0-M2")
142141
))
143142
```
144143

@@ -166,7 +165,7 @@ following content,
166165
```
167166
inThisBuild(Seq(
168167
scalaOrganization := "org.typelevel",
169-
scalaVersion := "2.11.11-bin-typelevel-4"
168+
scalaVersion := "2.12.3-bin-typelevel-4"
170169
))
171170
```
172171

test/files/neg/t4225-neg.log

Whitespace-only changes.

test/files/pos/t4225-pos.log

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
error: assertion failed: mkAttributedQualifier(_1.type, <none>)

0 commit comments

Comments
 (0)