spray / twirl

The Play framework Scala template engine, stand-alone and packaged as an SBT plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make twirl depend on scala-io-file 0.4.1-seq instead of async version

analytically opened this issue · comments

Currently twirl pulls in Akka since it's dependent on 0.4.1, but all IO is synchronous, so make it depend on 0.4.1-seq (less dependencies).

Thanks. Good catch.

Released in 0.6.1