kclay / rethink-scala

Scala Driver for RethinkDB
Other
100 stars 24 forks source link

Update scala logging to 3.1.0 #24

Closed jdauphant closed 9 years ago

jdauphant commented 9 years ago

Old version : "com.typesafe.scala-logging" %% "scala-logging-slf4j" % "2.0.3" New version : "com.typesafe.scala-logging" %% "scala-logging" % "3.1.0"

The old version cause compatibility issues with library that use the last version of scala-logging.