cancerDHC / umls-rrf-scala

A very basic library for parsing files in the UMLS RRF format
MIT License
4 stars 2 forks source link

Replace logback with scribe; clean up code with Scalafix and Scalafmt #5

Closed gaurav closed 4 years ago

gaurav commented 4 years ago

This PR replaces logback with scribe (closes #4) and cleans up the code using Scalafix and Scalafmt. Since Scalafix's ExplicitResultTypes does not support Scala 2.13, we remove that from the Scalafix settings.