mirror of https://github.com/sbt/sbt.git
Merge pull request #2392 from dwijnand/fport/drop-scala-override-in-some-scripted-tests
FPORT: Upgrade Scala version in scripted tests
This commit is contained in:
commit
fc9b59b8a4
|
|
@ -22,5 +22,3 @@ mappings in (Compile, packageSrc) <++=
|
|||
// This can be omitted if the classes in src/macro/ aren't used at runtime
|
||||
mappings in (Compile, packageBin) <++=
|
||||
mappings in (config("macro"), packageBin)
|
||||
|
||||
scalaVersion := "2.10.0-M7"
|
||||
|
|
@ -1,7 +1,5 @@
|
|||
autoCompilerPlugins := true
|
||||
|
||||
addCompilerPlugin("org.scala-lang.plugins" % "continuations" % "2.9.2")
|
||||
libraryDependencies += compilerPlugin("org.scala-lang.plugins" % "continuations" % scalaVersion.value)
|
||||
|
||||
scalaVersion := "2.9.2"
|
||||
|
||||
scalacOptions += "-P:continuations:enable"
|
||||
scalacOptions += "-P:continuations:enable"
|
||||
|
|
|
|||
Loading…
Reference in New Issue