Skip to content

Instantly share code, notes, and snippets.

View mulya's full-sized avatar

Rinat Mulyukov mulya

View GitHub Profile
import sbt._
import Keys._
// for more details, see http://jmhofer.johoop.de/?p=292
// put your Scalatron.jar into lib/
object Build extends Build {
val botDirectory = SettingKey[File]("bot-directory")
val play = TaskKey[Unit]("play")