-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.sbt
More file actions
24 lines (11 loc) · 739 Bytes
/
Copy pathbuild.sbt
File metadata and controls
24 lines (11 loc) · 739 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
mainClass in (Compile,run) := Some("com.beartronics.jschema.JSchema")
name := "jschema"
version := "1.1"
//scalaVersion := Option(System.getProperty("scala.version")).getOrElse("2.11.4")
resolvers += "twitter shit" at "http://maven.twttr.com/"
//libraryDependencies += "org.scalatest" % "scalatest_2.10" % "1.9.1" % "test"
libraryDependencies += "log4j" % "log4j" % "1.2.16"
libraryDependencies += "junit" % "junit" % "4.11" % "test"
libraryDependencies += "com.novocode" % "junit-interface" % "0.10" % "test"
libraryDependencies += "com.eed3si9n" %% "sbt-assembly"
//javaOptions ++= Seq("-Djava.awt.headless=false")