Add the following to your build.sbt
file:
libraryDependencies += "com.colisweb" %% "geoflram" % "1.1.2"
import com.colisweb.geoflram.Geoflram
import com.colisweb.geoflram.Geoflram.Commune
val found: Option[Commune] = Geoflram.findBy(43.45603285, 0.5390568833333329)