This repository was archived by the owner on Jun 23, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -15,14 +15,15 @@ script:
15
15
- admin/build.sh
16
16
scala :
17
17
- 2.11.8
18
- - 2.12.0-M4
18
+ - 2.12.0-M5
19
19
jdk :
20
20
- openjdk6
21
21
- oraclejdk8
22
22
matrix :
23
23
exclude :
24
- - scala : 2.12.0-M4
24
+ - scala : 2.12.0-M5
25
25
jdk : openjdk6
26
26
notifications :
27
27
email :
28
28
- adriaan.moors@typesafe.com
29
+ - danslapman@gmail.com
Original file line number Diff line number Diff line change 1
1
scala-continuations [ <img src =" https://api.travis-ci.org/scala/scala-continuations.png " />] ( https://travis-ci.org/scala/scala-continuations )
2
2
=========
3
3
4
- Maintained by @ danslapman .
4
+ scala-continuations is a library and a compiler plugin for Scala language that provides support for CPS transformations.
5
5
6
- You may also be interested in https://github.com/scala/async , which covers the most common use case for the continuations plugin.
6
+ This library is community-maintained. The lead maintainer is [ @ danslapman ] ( https://github.com/danslapman ) .
7
7
8
- The Scala Delimited Continuations Plugin and Library will continue to ship with Scala 2.11.0.
9
- However, it will no longer be included with Scala 2.12.
8
+ You may also be interested in https://github.com/scala/async , which covers the most common use case for the continuations plugin.
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ lazy val commonSettings = scalaModuleSettings ++ Seq(
9
9
organization := " org.scala-lang.plugins" ,
10
10
version := " 1.0.3-SNAPSHOT" ,
11
11
scalaVersion := " 2.11.8" ,
12
- crossScalaVersions := Seq (" 2.11.8" , " 2.12.0-M4 " ),
12
+ crossScalaVersions := Seq (" 2.11.8" , " 2.12.0-M5 " ),
13
13
snapshotScalaBinaryVersion := " 2.11.8" ,
14
14
scalacOptions ++= Seq (
15
15
" -deprecation" ,
You can’t perform that action at this time.
0 commit comments