aboutsummaryrefslogblamecommitdiff
path: root/scala/jssc/build.sbt
blob: 8757f1c67154416ede18cdc7605984117945a2f2 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                                      
name := "ace-jssc"

organization := "com.github.jodersky"

version := "1.0-SNAPSHOT"

scalaVersion := "2.10.0"

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

libraryDependencies += "com.github.jodersky" %% "ace" % "1.0-SNAPSHOT"