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:
Chris Stewart 2020-07-14 10:44:10 -05:00 committed by GitHub
parent 38489e146a
commit 4ee0113fbd

View File

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