mirror of https://github.com/sbt/sbt.git
Fix bug in updateOptionsFormat
This commit is contained in:
parent
80ee35b01c
commit
7500291dfc
|
|
@ -35,7 +35,7 @@ trait UpdateOptionsFormat { self: BasicJsonProtocol with ModuleIDFormats with Re
|
|||
xs._3,
|
||||
xs._4,
|
||||
xs._5,
|
||||
ConvertResolver.defaultConvert,
|
||||
PartialFunction.empty,
|
||||
xs._6
|
||||
)
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue