bitcoin-s/secp256k1jni/build.sbt

10 lines
252 B
Text
Raw Normal View History

name := "secp256k1jni"
// TODO: we may want to override the version and publish separately
// version := "0.0.1"
autoScalaLibrary := false // exclude scala-library from dependencies
crossPaths := false // drop off Scala suffix from artifact names.