This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package slamdata | |
import sjsonnew.IsoString | |
import sjsonnew.shaded.scalajson.ast.unsafe.JValue | |
import sjsonnew.support.scalajson.unsafe.{Converter, Parser, PrettyPrinter} | |
import java.nio.file.Path | |
final class ManagedVersions private (path: Path) { |
OlderNewer