scala - Use dispatch 0.9.5 in a Play 2.0 project -


i have play 2.0 project (to upgraded 2.1 in coming months, not right now). appears play automatically imports previous version of dispatch (0.8.8). there important features in dispatch 0.9.5 want use. added build.scala:

val appdependencies = seq(     //some other dependencies,     "net.databinder.dispatch" %% "dispatch-core" % "0.9.5" ) 

however, don't have access version of dispatch in code. how can this?


Comments

Popular posts from this blog

Hatching array of circles in AutoCAD using c# -

ios - UITEXTFIELD InputView Uipicker not working in swift -