etaty / rediscala

Non-blocking, Reactive Redis driver for Scala (with Sentinel support)
Apache License 2.0
790 stars 142 forks source link

compile against scala 2.11.2 (by default) #48

Closed timcharper closed 10 years ago

timcharper commented 10 years ago

Compiling against 2.11 didn't work for me, because scoverage 2.11 build was missing. I received the following error:

[warn]  ::::::::::::::::::::::::::::::::::::::::::::::
[warn]  ::          UNRESOLVED DEPENDENCIES         ::
[warn]  ::::::::::::::::::::::::::::::::::::::::::::::
[warn]  :: com.sksamuel.scoverage#scalac-scoverage-plugin_2.11;0.95.7: not foun

This pull request updates scoverage to the latest version, and resolves this issue.

Update to scoverage plugin version with 2.11 build

coveralls commented 10 years ago

Coverage Status

Coverage increased (+2.05%) when pulling d48caa5b7caa31b487aaecea1d02f762e6aed569 on SpinGo:master into ab29ee24b024b8dced58f618d6a32bb91ba91bf2 on etaty:master.