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

mill.modules.package.scala Maven / Gradle / Ivy

There is a newer version: 0.12.0-RC2-17-07e173
Show newest version
package mill

package object modules {
  @deprecated("use mill.util.Jvm", "Mill 0.11.0-M9")
  val Jvm = mill.util.Jvm

  @deprecated("use mill.util.Util", "Mill 0.11.0-M9")
  val Util = mill.util.Util

  @deprecated("use mill.util.CoursierSupport", "Mill 0.11.0-M9")
  val CoursierSupport = mill.util.CoursierSupport

  @deprecated("use mill.scalalib.Assembly", "Mill 0.11.0-M9")
  val Assembly = mill.scalalib.Assembly
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy