aboutsummaryrefslogblamecommitdiff
path: root/build.sbt
blob: 504831347519cdd5fa64a5e9f0a55370e19bc325 (plain) (tree)
1
2
3
4
5
6
7
8







                                    











                                                                              
scalaVersion := "2.10.0-RC1"

organization := "org.typesafe.async"

name := "scala-async"

version := "0.1-SNAPSHOT"

libraryDependencies <++= (scalaVersion){ sv => Seq(
  "org.scala-lang" % "scala-reflect" % sv,
  "org.scala-lang" % "scala-compiler" % sv % "test"
  )
}

libraryDependencies += "junit" % "junit-dep" % "4.10" % "test"

libraryDependencies += "com.novocode" % "junit-interface" % "0.10-M2" % "test"

// TODO scalac / javac options
// TODO metadata