Skip to content

Commit

Permalink
upgraded to mahout 11.2 and took out the snapshot name in ur artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
pferrel committed Mar 30, 2016
1 parent 9a95f26 commit 147a3e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name := "template-scala-parallel-universal-recommendation"

version := "0.3.0-snapshot"
version := "0.3.0"

organization := "io.prediction"

val mahoutVersion = "0.11.1"
val mahoutVersion = "0.11.2"

libraryDependencies ++= Seq(
"io.prediction" %% "core" % pioVersion.value % "provided",
Expand Down

0 comments on commit 147a3e4

Please sign in to comment.