forked from geeksville/arduleader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild.sbt
21 lines (11 loc) · 813 Bytes
/
build.sbt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
name := "scalafly"
version := "0.1"
scalaVersion in ThisBuild := "2.10.0" // To match version used by scala-ide
resolvers += "Typesafe Repository" at "http://repo.typesafe.com/typesafe/releases/"
net.virtualvoid.sbt.graph.Plugin.graphSettings
libraryDependencies += "org.scala-lang" % "scala-compiler" % "2.10.0" withSources()
libraryDependencies += "org.scala-lang" % "jline" % "2.10.0" withSources()
scalacOptions in ThisBuild ++= Seq("-unchecked", "-deprecation", "-optimise") // , "-feature"
EclipseKeys.createSrc in ThisBuild := EclipseCreateSrc.Default + EclipseCreateSrc.Resource // Include resources dir in eclipse classpath
EclipseKeys.withSource in ThisBuild := true // Try to include source for libs
EclipseKeys.relativizeLibs in ThisBuild := false // Doesn't seem to work for lib directory