mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-01-19 05:43:51 +01:00
0309675528
- separate Java source copied from libsecp256k1 into separate module - split main module into core core-gen core-test - generators can be published separated to core code for use in 3rd-party tests - code coverage needs to be aggregated
7 lines
151 B
Scala
7 lines
151 B
Scala
|
|
scalaVersion in ThisBuild := "2.11.7"
|
|
|
|
scalacOptions in ThisBuild ++= Seq("-Xmax-classfile-name", "140")
|
|
|
|
organization in ThisBuild := "org.bitcoins"
|