File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,8 @@ libraryDependencies += "org.scala-lang.virtualized" % "scala-library" % virtScal
23
23
24
24
libraryDependencies += " org.scala-lang.virtualized" % " scala-compiler" % virtScala
25
25
26
+ libraryDependencies += " org.scala-lang.plugins" % " scala-continuations-library_2.11" % " 1.0.2"
27
+
26
28
libraryDependencies += scalaTest
27
29
28
30
@@ -36,7 +38,7 @@ publishArtifact in (Compile, packageDoc) := false
36
38
// continuations
37
39
autoCompilerPlugins := true
38
40
39
- addCompilerPlugin(" org.scala-lang.virtualized. plugins" % " continuations" % virtScala )
41
+ addCompilerPlugin(" org.scala-lang.plugins" % " scala- continuations-plugin_2.11.2 " % " 1.0.2 " )
40
42
41
43
scalacOptions += " -P:continuations:enable"
42
44
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ import java.io.File
4
4
object LMSBuild extends Build {
5
5
System .setProperty(" showSuppressedErrors" , " false" )
6
6
7
- val scalaTest = " org.scalatest" % " scalatest_2.10 " % " 2.1 .2"
7
+ val scalaTest = " org.scalatest" % " scalatest_2.11 " % " 2.2 .2"
8
8
9
- val virtScala = Option (System .getenv(" SCALA_VIRTUALIZED_VERSION" )).getOrElse(" 2.10 .2" )
9
+ val virtScala = Option (System .getenv(" SCALA_VIRTUALIZED_VERSION" )).getOrElse(" 2.11 .2" )
10
10
11
11
lazy val lms = Project (" LMS" , file(" ." ))
12
12
}
You can’t perform that action at this time.
0 commit comments