Bump scalac setting in secp256k1jni.sbt to scala 2.12.12 (#2317)

This commit is contained in:
Chris Stewart 2020-12-04 06:43:05 -06:00 committed by GitHub
parent 794f6e073e
commit 79a85c04f8

View file

@ -11,5 +11,5 @@ crossPaths := false // drop off Scala suffix from artifact names.
//to avoid double publishing
//https://www.scala-sbt.org/1.x/docs/Cross-Build.html
crossScalaVersions := {
List("2.12.7")
List("2.12.12")
}