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

xsbt.Message.scala Maven / Gradle / Ivy

There is a newer version: 0.13.15
Show newest version
/* sbt -- Simple Build Tool
 * Copyright 2008, 2009 Mark Harrah
 */
package xsbt

object Message {
  def apply[T](s: => T) = new xsbti.F0[T] { def apply() = s }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy