ua-parser / uap-scala

Scala port of ua-parser
Do What The F*ck You Want To Public License
98 stars 49 forks source link

Drop support for scala 2.10 and 2.11 #243

Closed thyandrecardoso closed 2 months ago

thyandrecardoso commented 6 months ago

Drops support for 2.10 and 2.11, which latest releases are from 7 years ago. Our download statistics on sonatype also indicate very low download numbers for those versions... It seems sensible to me to stop supporting these versions.

Additionally, this PR also tries to get rid of compilation warnings.