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

de.tobiasroeser.mill.vcs.version.Vcs.scala Maven / Gradle / Ivy

package de.tobiasroeser.mill.vcs.version

case class Vcs(val name: String)

object Vcs {
  def git = Vcs("git")

  implicit val jsonify: upickle.default.ReadWriter[Vcs] = upickle.default.macroRW
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy