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:
1515 - admin/build.sh
1616scala :
1717 - 2.11.8
18- - 2.12.0-M4
18+ - 2.12.0-M5
1919jdk :
2020 - openjdk6
2121 - oraclejdk8
2222matrix :
2323 exclude :
24- - scala : 2.12.0-M4
24+ - scala : 2.12.0-M5
2525 jdk : openjdk6
2626notifications :
2727 email :
2828 - adriaan.moors@typesafe.com
29+ - danslapman@gmail.com
Original file line number Diff line number Diff line change 11scala-continuations [ <img src =" https://api.travis-ci.org/scala/scala-continuations.png " />] ( https://travis-ci.org/scala/scala-continuations )
22=========
33
4- Maintained by @ danslapman .
4+ scala-continuations is a library and a compiler plugin for Scala language that provides support for CPS transformations.
55
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 ) .
77
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(
99 organization := " org.scala-lang.plugins" ,
1010 version := " 1.0.3-SNAPSHOT" ,
1111 scalaVersion := " 2.11.8" ,
12- crossScalaVersions := Seq (" 2.11.8" , " 2.12.0-M4 " ),
12+ crossScalaVersions := Seq (" 2.11.8" , " 2.12.0-M5 " ),
1313 snapshotScalaBinaryVersion := " 2.11.8" ,
1414 scalacOptions ++= Seq (
1515 " -deprecation" ,
You can’t perform that action at this time.
0 commit comments