mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-03-13 19:37:30 +01:00
Bump scalac setting in secp256k1jni.sbt to scala 2.12.12 (#2317)
This commit is contained in:
parent
b3d70f559a
commit
92b7944e23
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue