aselab / scala-activerecord

ActiveRecord-like ORM library for Scala

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compile project for Scala 2.11

enragedginger opened this issue · comments

I recently tried upgrading my web application from scala 2.10 to 2.11, but couldn't do it because of errors with the scala 2.10 version of the activerecord library. For example, I'm seeing the exception: java.lang.ClassNotFoundException: scala.collection.GenTraversableOnce$class

Can we start compiling this library against scala 2.11?

+1

+1 Any update on this? Scala 2.11 has been out for 4 months now.

It looks like support has been added for 2.11. Can we get a new build released?

The version 0.3.0 has been released.

Thank you!

GJ!