mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-01-18 21:34:39 +01:00
Bump scala 2.12 compiler to 2.12.12 (#1669)
* Bump scala 2.12 compiler to 2.12.12 * Bump travis scalac version
This commit is contained in:
parent
38489e146a
commit
4ee0113fbd
@ -1,6 +1,6 @@
|
||||
import scala.util.Properties
|
||||
|
||||
val scala2_12 = "2.12.11"
|
||||
val scala2_12 = "2.12.12"
|
||||
val scala2_13 = "2.13.2"
|
||||
|
||||
scalafmtOnCompile in ThisBuild := !Properties.envOrNone("CI").contains("true")
|
||||
|
Loading…
Reference in New Issue
Block a user