mirror of https://github.com/sbt/sbt.git
More bumping up the 2.12 version to 2.12.8 in 1.2.x
This commit is contained in:
parent
0b103c5701
commit
6b3ec4e1d0
|
|
@ -4,7 +4,7 @@ import sbt.contraband.ContrabandPlugin.autoImport._
|
|||
|
||||
object Dependencies {
|
||||
// WARNING: Please Scala update versions in PluginCross.scala too
|
||||
val scala212 = "2.12.7"
|
||||
val scala212 = "2.12.8"
|
||||
lazy val checkPluginCross = settingKey[Unit]("Make sure scalaVersion match up")
|
||||
val baseScalaVersion = scala212
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue