mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2024-11-19 09:52:09 +01:00
42b0600051
Adding compilerOpts, adding commonSettings across projects
7 lines
152 B
Scala
7 lines
152 B
Scala
|
|
scalaVersion in ThisBuild := "2.11.12"
|
|
|
|
scalacOptions in ThisBuild ++= Seq("-Xmax-classfile-name", "140")
|
|
|
|
organization in ThisBuild := "org.bitcoins"
|