Can I have the command (dependency) for neo4j in build.sbt for spark 3 and scala 2.12 please?

I am unable to add the given "resolvers += "Spark Packages Repo" at "http://dl.bintray.com/spark-packages/maven"
libraryDependencies += "org.neo4j" % "neo4j-connector-apache-spark_${scala.version}" % "4.0.1_for_spark_${spark.version}" dependency command in build.sbt file. Can I know the right command please?

Thanks.