equal
deleted
inserted
replaced
8 |
8 |
9 { |
9 { |
10 val liftVer = "2.4" |
10 val liftVer = "2.4" |
11 libraryDependencies ++= Seq( |
11 libraryDependencies ++= Seq( |
12 "net.liftweb" %% "lift-squeryl-record" % liftVer, |
12 "net.liftweb" %% "lift-squeryl-record" % liftVer, |
13 "net.liftweb" %% "lift-mapper" % liftVer, |
|
14 "net.liftweb" %% "lift-webkit" % liftVer, |
13 "net.liftweb" %% "lift-webkit" % liftVer, |
15 "net.liftweb" %% "lift-widgets" % liftVer |
14 "net.liftweb" %% "lift-widgets" % liftVer |
16 ) |
15 ) |
17 } |
16 } |
18 |
17 |