mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-02-24 06:57:51 +01:00
6 lines
152 B
Scala
6 lines
152 B
Scala
|
|
scalaVersion in ThisBuild := "2.11.12"
|
|
|
|
scalacOptions in ThisBuild ++= Seq("-Xmax-classfile-name", "140")
|
|
|
|
organization in ThisBuild := "org.bitcoins"
|