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 b3d70f559a
commit 92b7944e23
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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")
}