From 0d524f6296b03bdd5c7252297baf1b8b86cb94f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E5=8D=9A?= Date: Thu, 8 May 2014 00:26:09 +0800 Subject: [PATCH] Update version in README --- README.md | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 0b85ca5..721c3b0 100644 --- a/README.md +++ b/README.md @@ -31,16 +31,8 @@ and [SocketWritingQueue](https://github.com/Atry/commons-continuations/blob/mast # Repository -If you use sbt, add following lines to you `build.sbt`: +If you use Sbt, add following lines to you `build.sbt`: - libraryDependencies += "com.dongxiguo" %% "commons-continuations" % "0.2.1" - - libraryDependencies <+= scalaVersion { v => - compilerPlugin("org.scala-lang.plugins" % "continuations" % v) - } - - scalaVersion := "2.10.0" - - scalacOptions += "-P:continuations:enable" + libraryDependencies += "com.dongxiguo" %% "commons-continuations" % "0.2.2" -Note that `commons-continuations` requires Scala version `2.10.x` and Sbt version `0.12.x`. +Note that `commons-continuations` requires Scala version `2.10.x` or `2.11.x`.