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

org.scalafmt.dynamic.exceptions.VersionMismatch.scala Maven / Gradle / Ivy

The newest version!
package org.scalafmt.dynamic.exceptions

case class VersionMismatch(obtainedVersion: String, expectedVersion: String)
    extends Exception(
      s"Scalafmt version mismatch. Version in .scalafmt.conf is '$obtainedVersion' and running version is '$expectedVersion'."
    )




© 2015 - 2024 Weber Informatics LLC | Privacy Policy