mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-02-22 22:36:34 +01:00
Bump scalac setting in secp256k1jni.sbt to scala 2.12.12 (#2317)
This commit is contained in:
parent
794f6e073e
commit
79a85c04f8
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
|
//to avoid double publishing
|
||||||
//https://www.scala-sbt.org/1.x/docs/Cross-Build.html
|
//https://www.scala-sbt.org/1.x/docs/Cross-Build.html
|
||||||
crossScalaVersions := {
|
crossScalaVersions := {
|
||||||
List("2.12.7")
|
List("2.12.12")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue