Skip to content

Commit

Permalink
Updated Scala version and SBT.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonbaldridge committed Nov 2, 2013
1 parent 94d33b3 commit 14b0a65
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version := "1.2.0-SNAPSHOT"

organization := "org.scalanlp"

scalaVersion := "2.10.2"
scalaVersion := "2.10.3"

retrieveManaged := true

Expand Down
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.1.0")
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.4.0")

addSbtPlugin("org.ensime" % "ensime-sbt-cmd" % "0.1.1")
addSbtPlugin("org.ensime" % "ensime-sbt-cmd" % "0.1.2")
Binary file modified sbt-launch.jar
Binary file not shown.

0 comments on commit 14b0a65

Please sign in to comment.