When sbt builds a OneJar file using the SbtOneJar plugin it gives the built jar the name [name]_[scala-version]-[version]-one-jar.jar where name is the name of the project, scala-version is the scalaVersion and version is the version of the project, all variables in the build.sbt file.
How can one set up the build.sbt file so that the name of the jar is [name]-one-jar_[scala-version]-[version].jar