Skip to content

Commit

Permalink
Default sbt to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Nelson committed Nov 16, 2011
1 parent 7e8d17f commit 7d6901b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/g8/build.sbt
Expand Up @@ -12,7 +12,7 @@ resolvers += "Liftmodules repo" at "https://repository-liftmodules.forge.cloudbe
val liftVersion = "$lift_version$"
libraryDependencies ++= Seq(
"net.liftweb" %% "lift-mongodb-record" % liftVersion,
"net.liftmodules" %% "mongoauth" % (liftVersion+"-0.1"),
"net.liftmodules" %% "mongoauth" % (liftVersion+"-0.2"),
"ch.qos.logback" % "logback-classic" % "1.0.0",
"org.scalatest" %% "scalatest" % "1.6.1" % "test",
"org.mortbay.jetty" % "jetty" % "6.1.22" % "container"
Expand Down
3 changes: 1 addition & 2 deletions src/main/g8/default.properties
Expand Up @@ -2,8 +2,7 @@ name=lift-mongo-app
description=A Lift-MongoDB app with Mongoauth user implementation.
scala_version=2.9.1
lift_version=2.4-M5
sbt_version=0.11.1
sbt_version=0.11.0
sbt_organization=mycompany
package=code
project_version=0.1-SNAPSHOT
#verbatim=*.js

0 comments on commit 7d6901b

Please sign in to comment.