mirror of https://github.com/sbt/sbt.git
Bump Scala version to 2.12.5
This commit is contained in:
parent
fa56cf394b
commit
0b801e7598
|
|
@ -4,7 +4,7 @@ import sbt.contraband.ContrabandPlugin.autoImport._
|
|||
|
||||
object Dependencies {
|
||||
// WARNING: Please Scala update versions in PluginCross.scala too
|
||||
val scala212 = "2.12.4"
|
||||
val scala212 = "2.12.5"
|
||||
val baseScalaVersion = scala212
|
||||
|
||||
// sbt modules
|
||||
|
|
|
|||
Loading…
Reference in New Issue