1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-20 18:18:51 +03:00
mal/scala/build.sbt
Joel Martin 5245b079e1 Add dist targets to most implementations.
TODO: factor groovy guile julia matlab miniMAL swift
2016-02-24 00:33:20 -06:00

17 lines
295 B
Scala

lazy val root = (project in file(".")).
settings(
name := "mal",
version := "0.1",
scalaVersion := "2.11.4"
)
// Suppress message for command line execution
onLoadMessage := ""
showSuccess := false
logLevel in runMain := Level.Warn
mainClass in Compile := Some("stepA_mal")