Skip to content

Commit

Permalink
Remove autoScalaLibrary := false, this was not being used correctly a…
Browse files Browse the repository at this point in the history
…nd now is hindering builds on intellij (#2397)
  • Loading branch information
Christewart committed Dec 19, 2020
1 parent 719fab2 commit 0f037f3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions secp256k1jni/secp256k1jni.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name := "bitcoin-s-secp256k1jni"
// TODO: we may want to override the version and publish separately
// version := "0.0.1"

autoScalaLibrary := false // exclude scala-library from dependencies

//https://www.scala-sbt.org/1.x/docs/Cross-Build.html#Scala-version+specific+source+directory
crossPaths := false // drop off Scala suffix from artifact names.

//sbt documents recommend setting scalaversion to a fixed value
Expand Down

0 comments on commit 0f037f3

Please sign in to comment.