All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scala.build.internal.StableScalaVersion.scala Maven / Gradle / Ivy

package scala.build.internal

import upickle.default.{ReadWriter, macroRW}

case class StableScalaVersion(scalaCliVersion: String, supportedScalaVersions: Seq[String])

object StableScalaVersion {
  implicit lazy val jsonCodec: ReadWriter[StableScalaVersion] = macroRW
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy