Skip to content

Commit

Permalink
use scala 2.9.2 and update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Hamblen committed Jan 28, 2013
1 parent b19f823 commit f249f52
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.sbt
Expand Up @@ -8,14 +8,14 @@ version := "0.4.2-SNAPSHOT"

name := "conscript"

scalaVersion := "2.9.1"
scalaVersion := "2.9.2"

libraryDependencies <<= (libraryDependencies, scalaVersion) {
(deps, sv) => deps ++ Seq(
"net.databinder.dispatch" %% "core" % "0.9.0-alpha5",
"com.github.scopt" %% "scopt" % "1.1.2",
"net.databinder.dispatch" %% "dispatch-core" % "0.9.5",
"com.github.scopt" %% "scopt" % "2.1.0",
"org.scala-lang" % "scala-swing" % sv,
"net.liftweb" %% "lift-json" % "2.4-RC1",
"net.liftweb" %% "lift-json" % "2.5-M4",
"org.slf4j" % "slf4j-jdk14" % "1.6.2"
)
}
Expand Down

0 comments on commit f249f52

Please sign in to comment.