Skip to content

Commit

Permalink
Create build.sbt
Browse files Browse the repository at this point in the history
Initial commit to StateSpaceModels
  • Loading branch information
amitkumarj441 committed Aug 3, 2016
1 parent 9069168 commit 3465339
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions StateSpaceModels/build.sbt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name := "StateSpaceModels"

version := "1.0"

scalaVersion := "2.11.8"

resolvers ++= Seq(
"Sonatype Releases" at "https://oss.sonatype.org/content/repositories/releases/",
"Sonatype Snapshots" at "http://oss.sonatype.org/content/repositories/snapshots",
Resolver.sonatypeRepo("public")
)

libraryDependencies ++= Seq(
"com.typesafe.akka" %% "akka-stream" % "2.4.6",
"org.scalanlp" %% "breeze" % "0.10",
"org.scalatest" %% "scalatest" % "2.2.4" % "test",
"com.github.fommil.netlib" % "all" % "1.1.2"
)

0 comments on commit 3465339

Please sign in to comment.