jhc-systems / sqlest

Write SQL in Scala
https://jhc-systems.github.io/sqlest/latest/api/
Apache License 2.0
30 stars 17 forks source link

Upgrade scala-logging to 3.1.0 #21

Closed kutchar closed 9 years ago

kutchar commented 9 years ago

3.x series has been out for a while and it has simplified the library (no more api, slf4j, ...). It'd be great if you guys upgraded the dependency since we are using scala-logging 3.1.0 and we can't really use sqlest because of the version conflict, unless we fork/publish it with 3.1.0 ourselves.

Cheers,

Drew