-
Notifications
You must be signed in to change notification settings - Fork 2
/
build.sbt
36 lines (21 loc) · 952 Bytes
/
build.sbt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
name := "scalahdl"
version := "1.0"
//scalaVersion := "2.12.2"
scalaVersion := "2.11.8"
val nd4jVersion = "0.7.2"
val vegas_version = "0.3.9"
/*
libraryDependencies ++= Seq("org.scala-lang.modules" % "scala-xml_2.12" % "1.0.6" ,
"org.scala-lang" % "scala-reflect" % "2.12.2" ,
"org.scalatest" % "scalatest_2.12" % "3.0.1" % "test")
*/
libraryDependencies += "org.scalactic" %% "scalactic" % "3.0.1"
libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.1"
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.1.7"
libraryDependencies += "com.typesafe.scala-logging" %% "scala-logging" % "3.5.0"
libraryDependencies += "com.chuusai" %% "shapeless" % "2.3.2"
libraryDependencies += "org.nd4j" % "nd4j-native-platform" % nd4jVersion
libraryDependencies += "org.nd4j" %% "nd4s" % nd4jVersion
//libraryDependencies += "org.bytedeco" % "javacpp" % "1.3.2"
libraryDependencies += "org.jfree" % "jfreechart" % "1.0.14"
//