Skip to content
This repository has been archived by the owner on May 29, 2020. It is now read-only.

Commit

Permalink
Updated dependency to breeze 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Senne committed Oct 31, 2013
1 parent 74e1102 commit 5c85f2d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name := "breeze-viz"

version := "0.5"
version := "0.5.2"

organization := "org.scalanlp"

Expand All @@ -20,7 +20,7 @@ libraryDependencies ++= Seq(
// "org.apache.xmlgraphics" % "batik-dom" % "1.7", // for svg gen
// "org.apache.xmlgraphics" % "batik-svggen" % "1.7", // for svg gen
"com.lowagie" % "itext" % "2.1.5" intransitive(), // for pdf gen
"org.scalanlp" %% "breeze" % "0.5"
"org.scalanlp" %% "breeze" % "0.5.2"
)

libraryDependencies <<= (scalaVersion, libraryDependencies) { (sv, deps) =>
Expand Down Expand Up @@ -63,6 +63,11 @@ pomExtra := (
<connection>scm:git:git@github.com:dlwh/breeze-viz.git</connection>
</scm>
<developers>
<developer>
<id>MartinSenne</id>
<name>Martin Senne</name>
<url>http://martin-senne.de</url>
</developer>
<developer>
<id>dlwh</id>
<name>David Hall</name>
Expand Down

0 comments on commit 5c85f2d

Please sign in to comment.