net.liftweb.http
Vector.par was introduced in 2.9.x , so to be able to use it in Lift builds for scala 2.8.x I am using this implicit conversion to avoid a compiler error. I fake the par method to return a simple Vector
TODO: Remove after we no longer build for 2.8.x
Vector.par was introduced in 2.9.x , so to be able to use it in Lift builds for scala 2.8.x I am using this implicit conversion to avoid a compiler error. I fake the par method to return a simple Vector
TODO: Remove after we no longer build for 2.8.x