@@ -44,13 +44,12 @@ Typelevel Scala releases are distinguished from the corresponding Lightbend Scal
44
44
which indicates the Typelevel feature level beyond the baseline compiler. We are attempting to maintain parity of
45
45
Typelevel features across the Scala compiler versions we support.
46
46
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,
49
49
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 ) .
51
51
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.
54
53
55
54
## Should I use Typelevel Scala? In production?
56
55
@@ -125,7 +124,7 @@ res6: Int = 23
125
124
126
125
Requirements for using Typelevel Scala in your existing projects,
127
126
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 .
129
128
+ You must be using SBT 0.13.13 or later.
130
129
+ Your build should use ` scalaOrganization.value ` and ` CrossVersion.patch ` appropriately.
131
130
@@ -138,7 +137,7 @@ Requirements for using Typelevel Scala in your existing projects,
138
137
inThisBuild(Seq(
139
138
organization := "com.chuusai",
140
139
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 ")
142
141
))
143
142
```
144
143
@@ -166,7 +165,7 @@ following content,
166
165
```
167
166
inThisBuild(Seq(
168
167
scalaOrganization := "org.typelevel",
169
- scalaVersion := "2.11.11 -bin-typelevel-4"
168
+ scalaVersion := "2.12.3 -bin-typelevel-4"
170
169
))
171
170
```
172
171
0 commit comments