mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-02-21 22:21:53 +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 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue