mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-02-24 15:02:17 +01:00
10 lines
252 B
Text
10 lines
252 B
Text
|
|
||
|
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.
|