I am using sbt 1.2.6 to compile my project. In my local machine compilation runs fine, but when using travis-ci for testing, the compiler complains that value isBlank is not a member of String
.
You can find the source code here https://github.com/LukeDS-it/webfleet-driver/blob/679dff9877ea1edd403dc6cd3d55a22d5fd5328f/server/src/main/scala/it/ldsoftware/webfleet/driver/services/v1/AggregateService.scala#L138
And the build report here https://travis-ci.com/LukeDS-it/webfleet-driver/builds/92441228
I have no more information to provide. My IDE says that everything is fine, and if I run compile or test in local everything works fine.
What am I missing?