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

izumi.fundamentals.platform.language.IzScala.scala Maven / Gradle / Ivy

The newest version!
package izumi.fundamentals.platform.language

import izumi.fundamentals.platform.IzPlatformEffectfulUtil

trait IzScala extends IzPlatformEffectfulUtil {
  def scalaRelease(implicit ev: ScalaReleaseMaterializer): ScalaRelease = ev.release
}

object IzScala extends IzScala {}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy