Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Brandt authored and Andrew Brandt committed Jun 11, 2012
1 parent a92b617 commit f630f27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ object ApplicationBuild extends Build {
val appVersion = "1.0-SNAPSHOT"

val appDependencies = Seq(
// Add your project dependencies here,
)
"postgresql" % "postgresql" % "8.4-702.jdbc4"
)

val main = PlayProject(appName, appVersion, appDependencies, mainLang = JAVA).settings(
// Add your own project settings here
Expand Down

0 comments on commit f630f27

Please sign in to comment.