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

scala.build.CoursierUtils.scala Maven / Gradle / Ivy

There is a newer version: 0.1.8
Show newest version
package scala.build

import coursier.util.StringInterpolators.safeModule
import coursier.core.Module

import scala.language.experimental.macros

object CoursierUtils {
  implicit class CSafeModule(val sc: StringContext) extends AnyVal {
    def cmod(args: Any*): Module = macro safeModule
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy