Skip to content

Commit

Permalink
Merge pull request #40 from amitkumarj441/patch-10
Browse files Browse the repository at this point in the history
Create build.sbt
  • Loading branch information
mandar2812 committed Aug 18, 2016
2 parents 3793c1d + 3465339 commit 0b2e42b
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 0b2e42b

Please sign in to comment.