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

organization := "com.github.jodersky"

version := "1.0-SNAPSHOT"

scalaVersion := "2.10.0"

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

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