pekko-connectors-sample-jdbc-to-elasticsearch/project/CompileOptions.scala (8 lines of code) (raw):

object CompileOptions { val compileOptions = Seq( "-unchecked", "-deprecation", "-language:_", "-encoding", "UTF-8" ) }