aboutsummaryrefslogtreecommitdiff
path: root/scala/build.sbt
blob: d61bc1754fdc9823b6316fa6575a2d5c93c9d5e1 (plain) (blame)
1
2
3
4
5
6
7
8
9
name := "ace"

organization := "com.github.jodersky"

version := "1.0-SNAPSHOT"

scalaVersion := "2.10.0"

scalacOptions ++= Seq("-deprecation","-feature")